Loading...
Searching...
No Matches
createFields.H File Reference
Include dependency graph for createFields.H:

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()

Function Documentation

◆ fluidPtr()

Info<< "Creating phaseSystem\n"<< endl;autoPtr< twoPhaseSystem > fluidPtr ( twoPhaseSystem::New(mesh) )

References mesh.

◆ pMin()

dimensionedScalar pMin ( "pMin" ,
dimPressure ,
fluid  )

References fluid.

Variable Documentation

◆ fluid

twoPhaseSystem& fluid = fluidPtr()

Definition at line 11 of file createFields.H.

◆ p

volScalarField& p = fluid.phase1().thermoRef().p()

Definition at line 22 of file createFields.H.