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 compressibleTwoPhaseMixture\"<< endl;compressibleTwoPhaseMixture mixture(U, phi);autoPtr< twoPhaseChangeModel > phaseChangePtr (twoPhaseChangeModel::New(mixture))
 
volScalarField & alpha1 (mixture.alpha1())
 
dimensionedScalar pMin ("pMin", dimPressure, mixture)
 
mesh schemes ().setFluxRequired(p_rgh.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::Internal dgdt (IOobject("dgdt", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), alpha1 *fvc::div(phi))
 
compressibleInterPhaseTransportModel turbulence (rho, U, phi, rhoPhi, alphaPhi1, 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 compressibleTwoPhaseMixture\n" << endl;compressibleTwoPhaseMixture mixture(U, phi);autoPtr<twoPhaseChangeModel> phaseChangePtr ( twoPhaseChangeModel::New(mixture)  )

◆ alpha1()

◆ pMin()

dimensionedScalar pMin ( "pMin"  ,
dimPressure  ,
mixture   
)

Referenced by while().

Here is the caller graph for this function:

◆ schemes()

mesh schemes ( )

◆ 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::Internal dgdt ( IOobject("dgdt", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE)  ,
alpha1 fvc::divphi 
)

Referenced by forAll(), and while().

Here is the caller graph for this function:

◆ turbulence()

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

Variable Documentation

◆ rho

const volScalarField& rho = mixture.rho()

Definition at line 42 of file createFields.H.