Go to the source code of this file.
|
| | if (!fluid.incompressible()) |
| |
| volScalarField | rho (IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), fluid.rho()) |
| |
| rho | oldTime () |
| |
| | setRefCell (p, p_rgh, pimple.dict(), pRefCell, pRefValue) |
| |
| | if (p_rgh.needReference()) |
| |
| autoPtr< CompressibleTurbulenceModel< multiphaseInter::multiphaseSystem > > | turbulence (CompressibleTurbulenceModel< multiphaseInter::multiphaseSystem >::New(rho, U, rhoPhi, fluid)) |
| |
| fluid | setTurbulence (turbulence()) |
| |
| autoPtr< radiation::radiationModel > | radiation (radiation::radiationModel::New(T)) |
| |
|
| 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<< "Reading field T\"<< endl;volScalarField T(IOobject("T", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);Info<< "Calculating field g.h\"<< endl;volScalarField p(IOobject("p", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), p_rgh);Info<< "Creating multiphaseSystem\"<< endl;autoPtr< multiphaseInter::multiphaseSystem > | fluidPtr |
| |
| multiphaseInter::multiphaseSystem & | fluid = fluidPtr() |
| |
| | p = p_rgh + rho*gh |
| |
| label | pRefCell = 0 |
| |
| scalar | pRefValue = 0.0 |
| |
| surfaceScalarField & | rhoPhi = fluid.rhoPhi() |
| |
◆ if() [1/2]
| if |
( |
!fluid. |
incompressible() | ) |
|
◆ rho()
| volScalarField rho |
( |
IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE) |
, |
|
|
fluid. |
rho() |
|
) |
| |
◆ oldTime()
◆ setRefCell()
◆ if() [2/2]
| if |
( |
p_rgh. |
needReference() | ) |
|
◆ turbulence()
| autoPtr< CompressibleTurbulenceModel<multiphaseInter::multiphaseSystem> > turbulence |
( |
CompressibleTurbulenceModel< multiphaseInter::multiphaseSystem > |
::Newrho, U, rhoPhi, fluid | ) |
|
◆ setTurbulence()
◆ radiation()
| autoPtr<radiation::radiationModel> radiation |
( |
radiation::radiationModel::New(T) |
| ) |
|
◆ fluidPtr
| 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<< "Reading field T\n" << endl; volScalarField T ( IOobject ( "T", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh ); Info<< "Calculating field g.h\n" << endl; volScalarField p ( IOobject ( "p", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE ), p_rgh ); Info<< "Creating multiphaseSystem\n" << endl; autoPtr<multiphaseInter::multiphaseSystem> fluidPtr |
Initial value:=
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions, const bool initCopy=false)
Global function forwards to reuseTmpDimensionedField::New.
Definition at line 66 of file createFields.H.
Referenced by reactingEulerHtcModel::q(), and multiphaseInterHtcModel::q().
◆ fluid
| multiphaseInter::multiphaseSystem& fluid = fluidPtr() |
◆ pRefCell
◆ pRefValue
◆ rhoPhi
| surfaceScalarField& rhoPhi = fluid.rhoPhi() |