Go to the source code of this file.
Functions | |
Info<< "Creating phaseSystem\"<< 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 11 of file createFields.H.
volScalarField& p = fluid.phase1().thermo().p() |
Definition at line 22 of file createFields.H.