createFields.H File Reference
Include dependency graph for createFields.H:

Go to the source code of this file.

Functions

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

Variables

phaseSystem & fluid = fluidPtr()
 
phaseSystem::phaseModelList & phases = fluid.phases()
 
volScalarField & p = phases[0].thermoRef().p()
 
Info<< "Reading field p_rgh\"<< endl;volScalarField p_rgh(IOobject("p_rgh", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);if(fluid.found("pMin")){ IOWarningInFunction(fluid)<< "Pressure limits, pMin and pMax, are now read from "<< pimple.dict().name()<< endl;}pressureReference pressureReference(p, p_rgh, pimple.dict(), fluid.incompressible());if(fluid.incompressible()){ p=p_rgh+fluid.rho() *gh;}if(p_rgh.needReference() &&fluid.incompressible()){ p+=dimensionedScalar("p", p.dimensions(), pressureReference.refValue() - getRefCellValue(p, pressureReference.refCell()));}p_rgh=p - fluid.rho() *gh;mesh.setFluxRequired(p_rgh.name());PtrList< volScalarField > rAUs
 
PtrList< surfaceScalarField > rAUfs
 

Function Documentation

◆ fluidPtr()

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

Variable Documentation

◆ fluid

◆ phases

phaseSystem::phaseModelList& phases = fluid.phases()

Definition at line 12 of file createFields.H.

Referenced by forAll(), if(), and while().

◆ p

volScalarField& p = phases[0].thermoRef().p()

Definition at line 16 of file createFields.H.

◆ rAUs

Info<< "Reading field p_rgh\n" << endl;volScalarField p_rgh( IOobject ( "p_rgh", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh);if (fluid.found("pMin")){ IOWarningInFunction(fluid) << "Pressure limits, pMin and pMax, are now read from " << pimple.dict().name() << endl;}pressureReference pressureReference( p, p_rgh, pimple.dict(), fluid.incompressible());if (fluid.incompressible()){ p = p_rgh + fluid.rho()*gh;}if (p_rgh.needReference() && fluid.incompressible()){ p += dimensionedScalar ( "p", p.dimensions(), pressureReference.refValue() - getRefCellValue(p, pressureReference.refCell()) );}p_rgh = p - fluid.rho()*gh;mesh.setFluxRequired(p_rgh.name());PtrList<volScalarField> rAUs

Definition at line 67 of file createFields.H.

Referenced by forAll(), if(), and while().

◆ rAUfs

PtrList<surfaceScalarField> rAUfs

Definition at line 68 of file createFields.H.

Referenced by forAll(), if(), and while().