
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().thermoRef().p() |
| Info<< "Creating phaseSystem\n"<< endl;autoPtr< twoPhaseSystem > fluidPtr | ( | twoPhaseSystem::New(mesh) | ) |
References mesh.
| twoPhaseSystem& fluid = fluidPtr() |
Definition at line 11 of file createFields.H.
| volScalarField& p = fluid.phase1().thermoRef().p() |
Definition at line 22 of file createFields.H.