CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   IOobject Function+interPhaseChangeFoam (https://www.cfd-online.com/Forums/openfoam/78406-ioobject-function-interphasechangefoam.html)

nimasam July 21, 2010 06:19

IOobject Function+interPhaseChangeFoam
 
nu_
(
IOobject
(
"nu",
U_.time().timeName(),
U_.db()
),
U_.mesh(),
dimensionedScalar("nu", dimensionSet(0, 2, -1, 0, 0), 0),
calculatedFvPatchScalarField::typeName
)
whats the meaning of db() ????

is there any tutorial to work with IOobject ?

i want to add a constant to a transportPropertiesDic in subDic alpha1
in interPhaseChangeFoam, what should i do?

bioexplore July 21, 2010 21:56

db() of U_ is the mesh of the model!


All times are GMT -4. The time now is 11:30.