Go to the source code of this file.
|
Info<< "Reading field p\n"<< endl;volScalarField p(IOobject("p", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);volScalarField rho(IOobject("rho", 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);mesh.setFluxRequired(p.name());surfaceScalarField rhoPhi(IOobject("rhoPhi", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), fvc::interpolate(rho)*phi);Info<< "Reading transportProperties\n"<< endl;incompressibleTwoPhaseMixture mixture(U, phi);volScalarField &alphav(mixture.alpha1());alphav.oldTime();volScalarField &alphal(mixture.alpha2());Info<< "Creating compressibilityModel\n"<< endl;autoPtr< barotropicCompressibilityModel > | psiModel |
|
const volScalarField & | psi = psiModel->psi() |
|
| rho |
|
mesh setFluxRequired |
( |
p. |
name() | ) |
|
mesh setFluxRequired |
( |
rho. |
name() | ) |
|
autoPtr<incompressible::turbulenceModel> turbulence |
( |
incompressible::turbulenceModel::New(U, phi, mixture) |
| ) |
|
Info<< "Reading field p\n" << endl;volScalarField p( IOobject ( "p", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh);volScalarField rho( IOobject ( "rho", 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);mesh.setFluxRequired(p.name());surfaceScalarField rhoPhi( IOobject ( "rhoPhi", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE ), fvc::interpolate(rho)*phi);Info<< "Reading transportProperties\n" << endl;incompressibleTwoPhaseMixture mixture(U, phi);volScalarField& alphav(mixture.alpha1());alphav.oldTime();volScalarField& alphal(mixture.alpha2());Info<< "Creating compressibilityModel\n" << endl;autoPtr<barotropicCompressibilityModel> psiModel |
Initial value:=
(
thermodynamicProperties,
alphav
)
autoPtr< BasicCompressibleTurbulenceModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const typename BasicCompressibleTurbulenceModel::transportModel &transport, const word &propertiesName)
Definition at line 70 of file createFields.H.
const volScalarField& psi = psiModel->psi() |
Initial value:(
)
const dimensionedScalar & pSat
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
const volScalarField & psi
PtrList< dimensionedScalar > rhoMin(fluidRegions.size())
Definition at line 79 of file createFields.H.
Referenced by forAll(), and if().