Go to the source code of this file.
|
| 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) |
| |
|
| const volScalarField & | rho = mixture.rho() |
| |
◆ 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()
| volScalarField& alpha1 |
( |
mixture. |
alpha1() | ) |
|
◆ pMin()
| dimensionedScalar pMin |
( |
"pMin" |
, |
|
|
dimPressure |
, |
|
|
mixture |
|
|
) |
| |
◆ schemes()
◆ pressureReference()
| pressureReference pressureReference |
( |
mixture. |
p(), |
|
|
p_rgh |
, |
|
|
pimple. |
dict(), |
|
|
false |
|
|
) |
| |
◆ 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 |
|
) |
| |
◆ turbulence()
◆ rho
| const volScalarField& rho = mixture.rho() |