CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums

Search Results

Register Blogs Community New Posts Updated Threads Search

Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: nimasam
Forum: OpenFOAM Programming & Development September 1, 2016, 03:03
Replies: 31
Views: 19,395
Posted By nimasam
yep. value() returns only value of variable not...

yep. value() returns only value of variable not its dimension
Forum: OpenFOAM Programming & Development August 8, 2010, 15:54
Replies: 31
Views: 19,395
Posted By nimasam
hi Pritika so use the following code : ...

hi Pritika
so use the following code :
volScalarField E;
forAll (E,celli)
{
E[celli] = Gravity.value()*(phaseb_.rho()-phasea_.rho())*pow(phasea_.d(),2.0)/sigma.value();
}
could you tell me...
Forum: OpenFOAM Programming & Development August 8, 2010, 13:21
Replies: 31
Views: 19,395
Posted By nimasam
hi paritika above solution works for me, ...

hi paritika
above solution works for me,
whats ur volscalarField variable in the right hand of equation?
Forum: OpenFOAM Programming & Development August 5, 2010, 16:49
Replies: 31
Views: 19,395
Posted By nimasam
convert dimensioned<double>’ to ‘double’

cannot convert ‘const Foam::dimensioned<double>’ to ‘double’ in assignment

hi friends i have following code what can i do for above compiling error ?

T[i]=TSat;
T is volscalarfield and Tsat is...
Showing results 1 to 4 of 4

 
Forum Jump

All times are GMT -4. The time now is 20:39.