
Go to the source code of this file.
Functions | |
| Info<< "Creating phaseSystem\n"<< endl;autoPtr< twoPhaseSystem > | fluidPtr (twoPhaseSystem::New(mesh)) |
| dimensionedScalar | pMin ("pMin", dimPressure, fluid) |
Variables | |
| twoPhaseSystem & | fluid = fluidPtr() |
| volScalarField & | p = fluid.phase1().thermo().p() |
| Info<< "Creating phaseSystem\n" << endl;autoPtr<twoPhaseSystem> fluidPtr | ( | twoPhaseSystem::New(mesh) | ) |
| dimensionedScalar pMin | ( | "pMin" | , |
| dimPressure | , | ||
| fluid | |||
| ) |
| twoPhaseSystem& fluid = fluidPtr() |
Definition at line 10 of file createFields.H.
| volScalarField& p = fluid.phase1().thermo().p() |
Definition at line 21 of file createFields.H.
1.8.11