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

Go to the source code of this file.

Functions

Info<< "Reading field p_rgh\"<< endl;volScalarField p_rgh(IOobject("p_rgh", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);Info<< "Reading field U\"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);Info<< "Constructing twoPhaseMixtureThermo\"<< endl;twoPhaseMixtureThermo mixture(U, phi);autoPtr< twoPhaseChangeModel > phaseChangePtr (twoPhaseChangeModel::New(mixture))
 
volScalarField & alpha1 (mixture.alpha1())
 
dimensionedScalar pMin ("pMin", dimPressure, mixture)
 
mesh setFluxRequired (p_rgh.name())
 
mesh setFluxRequired (alpha1.name())
 
pressureReference pressureReference (mixture.p(), p_rgh, pimple.dict(), false)
 
surfaceScalarField rhoPhi (IOobject("rhoPhi", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), fvc::interpolate(rho) *phi)
 
volScalarField dgdt (alpha1 *fvc::div(phi))
 
compressibleInterPhaseTransportModel turbulence (rho, U, phi, rhoPhi, alphaPhi10, mixture)
 

Variables

const volScalarField & rho = mixture.rho()
 

Function Documentation

◆ phaseChangePtr()

Info<< "Reading field p_rgh\n" << endl;volScalarField p_rgh( IOobject ( "p_rgh", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh);Info<< "Reading field U\n" << endl;volVectorField U( IOobject ( "U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh);Info<< "Constructing twoPhaseMixtureThermo\n" << endl;twoPhaseMixtureThermo mixture(U, phi);autoPtr<twoPhaseChangeModel> phaseChangePtr ( twoPhaseChangeModel::New(mixture)  )

◆ alpha1()

volScalarField& alpha1 ( mixture.  alpha1())

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

Here is the caller graph for this function:

◆ pMin()

dimensionedScalar pMin ( "pMin"  ,
dimPressure  ,
mixture   
)

Referenced by while().

Here is the caller graph for this function:

◆ setFluxRequired() [1/2]

mesh setFluxRequired ( p_rgh.  name())

◆ setFluxRequired() [2/2]

mesh setFluxRequired ( alpha1.  name())

◆ pressureReference()

pressureReference pressureReference ( mixture.  p(),
p_rgh  ,
pimple.  dict(),
false   
)

Referenced by if().

Here is the caller graph for this function:

◆ rhoPhi()

surfaceScalarField rhoPhi ( IOobject("rhoPhi", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE)  ,
fvc::interpolate(rho) *  phi 
)

◆ dgdt()

volScalarField dgdt ( alpha1 fvc::divphi)

Referenced by forAll(), and while().

Here is the caller graph for this function:

◆ turbulence()

compressibleInterPhaseTransportModel turbulence ( rho  ,
U  ,
phi  ,
rhoPhi  ,
alphaPhi10  ,
mixture   
)

Variable Documentation

◆ rho

const volScalarField& rho = mixture.rho()

Definition at line 42 of file createFields.H.