
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);autoPtr< twoPhaseMixtureEThermo > | thermo (new twoPhaseMixtureEThermo(U, phi)) |
| volScalarField & | alpha1 (thermo->alpha1()) |
| volScalarField & | alpha2 (thermo->alpha2()) |
| volScalarField | rho (IOobject("rho", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), alpha1 *rho1+alpha2 *rho2) |
| rho | oldTime () |
| surfaceScalarField | rhoPhi (IOobject("rhoPhi", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), fvc::interpolate(rho) *phi) |
| interfaceProperties | interface (alpha1, U, thermo->transportPropertiesDict()) |
| autoPtr< incompressible::turbulenceModel > | turbulence (incompressible::turbulenceModel::New(U, phi, thermo())) |
| setRefCell (p, p_rgh, pimple.dict(), pRefCell, pRefValue) | |
| if (p_rgh.needReference()) | |
| mesh | setFluxRequired (p_rgh.name()) |
| mesh | setFluxRequired (alpha1.name()) |
| dimensionedScalar | Prt ("Prt", dimless, thermo->transportPropertiesDict()) |
| volScalarField | kappaEff (IOobject("kappaEff", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), thermo->kappa()) |
| volScalarField | rhoCp (IOobject("rhoCp", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), rho *thermo->Cp()) |
Variables | |
| Info<< "Creating temperaturePhaseChangeTwoPhaseMixture\"<< endl;autoPtr< temperaturePhaseChangeTwoPhaseMixture > | mixture |
| const dimensionedScalar & | rho1 = thermo->rho1() |
| const dimensionedScalar & | rho2 = thermo->rho2() |
| volScalarField & | p = thermo->p() |
| label | pRefCell = 0 |
| scalar | pRefValue = 0.0 |
| 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);autoPtr<twoPhaseMixtureEThermo> thermo | ( | new | twoPhaseMixtureEThermoU, phi | ) |
| volScalarField& alpha1 | ( | thermo-> | alpha1() | ) |
| volScalarField& alpha2 | ( | thermo-> | alpha2() | ) |
| volScalarField rho | ( | IOobject("rho", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE) | , |
| alpha1 *rho1+alpha2 * | rho2 | ||
| ) |
| rho oldTime | ( | ) |
| surfaceScalarField rhoPhi | ( | IOobject("rhoPhi", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE) | , |
| fvc::interpolate(rho) * | phi | ||
| ) |
Referenced by lduPrimitiveMesh::gather(), if(), procLduInterface::procLduInterface(), reconstructionSchemes::surface(), and oversetFvMeshBase::updateAddressing().

| autoPtr<incompressible::turbulenceModel> turbulence | ( | incompressible::turbulenceModel::New(U, phi, thermo()) | ) |
| if | ( | p_rgh. | needReference() | ) |
Definition at line 109 of file createFields.H.
References Foam::getRefCellValue(), gh, p, p_rgh, pRefCell, pRefValue, and rho.

| mesh setFluxRequired | ( | p_rgh. | name() | ) |
| mesh setFluxRequired | ( | alpha1. | name() | ) |
| dimensionedScalar Prt | ( | "Prt" | , |
| dimless | , | ||
| thermo-> | transportPropertiesDict() | ||
| ) |
| volScalarField kappaEff | ( | IOobject("kappaEff", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE) | , |
| thermo-> | kappa() | ||
| ) |
| volScalarField rhoCp | ( | IOobject("rhoCp", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE) | , |
| rho *thermo-> | Cp() | ||
| ) |
| Info<< "Creating temperaturePhaseChangeTwoPhaseMixture\n" << endl;autoPtr<temperaturePhaseChangeTwoPhaseMixture> mixture |
Definition at line 39 of file createFields.H.
Referenced by for(), if(), InterfaceCompositionModel< Thermo, OtherThermo >::MwMixture(), EulerImplicit< ChemistryModel >::solve(), and while().
| const dimensionedScalar& rho1 = thermo->rho1() |
Definition at line 46 of file createFields.H.
| const dimensionedScalar& rho2 = thermo->rho2() |
Definition at line 47 of file createFields.H.
| volScalarField& p = thermo->p() |
Definition at line 96 of file createFields.H.
| label pRefCell = 0 |
Definition at line 98 of file createFields.H.
| scalar pRefValue = 0.0 |
Definition at line 99 of file createFields.H.