Go to the source code of this file.
Functions | |
| thermo1 | validate (args.executable(), "h", "e") |
| const dimensionedScalar | initialMass ("initialMass", dimMass, initialMassFluid[i]) |
Variables | |
| twoPhaseSystem & | fluid = phaseSystemFluid[i] |
| phaseModel & | phase1 = fluid.phase1() |
| phaseModel & | phase2 = fluid.phase2() |
| const volScalarField & | alpha1 = phase1 |
| const volScalarField & | alpha2 = phase2 |
| volVectorField & | U1 = phase1.URef() |
| surfaceScalarField & | phi1 = phase1.phiRef() |
| const tmp< surfaceScalarField > | talphaPhi1 = phase1.alphaPhi() |
| const auto & | alphaPhi1 = talphaPhi1() |
| volVectorField & | U2 = phase2.URef() |
| surfaceScalarField & | phi2 = phase2.phiRef() |
| const tmp< surfaceScalarField > | talphaPhi2 = phase2.alphaPhi() |
| const auto & | alphaPhi2 = talphaPhi2() |
| surfaceScalarField & | phi = fluid.phi() |
| rhoThermo & | thermo1 = phase1.thermoRef() |
| rhoThermo & | thermo2 = phase2.thermoRef() |
| volScalarField & | rho1 = thermo1.rho() |
| const volScalarField & | psi1 = thermo1.psi() |
| volScalarField & | rho2 = thermo2.rho() |
| const volScalarField & | psi2 = thermo2.psi() |
| const IOMRFZoneList & | MRF = fluid.MRF() |
| fv::options & | fvOptions = fluid.fvOptions() |
| volScalarField & | p = thermo1.p() |
| volScalarField & | p_rgh = p_rghFluid[i] |
| const volScalarField & | gh = ghFluid[i] |
| const surfaceScalarField & | ghf = ghfFluid[i] |
| bool | frozenFlow = frozenFlowFluid[i] |
| pimpleControl & | pimple = pimpleFluid[i] |
| const dimensionedScalar & | pMin = pMinFluid[i] |
| const dimensionedScalar initialMass | ( | "initialMass" | , |
| dimMass | , | ||
| initialMassFluid | [i] ) |
| twoPhaseSystem& fluid = phaseSystemFluid[i] |
Definition at line 1 of file setRegionFluidFields.H.
Referenced by addInterfacePorosity(), AFfs(), AnisothermalPhaseModel< BasePhaseModel >::AnisothermalPhaseModel(), AnisothermalPhaseModel< PurePhaseModel< InertPhaseModel< MovingPhaseModel< ThermoPhaseModel< phaseModel, rhoThermo > > > > >::AnisothermalPhaseModel(), NicenoKEqn< BasicTurbulenceModel >::bubbleG(), LaheyKEpsilon< BasicTurbulenceModel >::bubbleG(), mixtureKEpsilon< BasicTurbulenceModel >::bubbleG(), alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::calcAlphat(), correct(), phaseChange::correct(), linearTsub::correct(), mixtureKEpsilon< BasicTurbulenceModel >::correct(), continuousGasKEpsilon< BasicTurbulenceModel >::correctNut(), MultiComponentPhaseModel< BasePhaseModel, phaseThermo >::correctThermo(), correctTurbulence(), mixtureKEpsilon< BasicTurbulenceModel >::Ct2(), dragCoeffs(), IATEsource::Eo(), F(), Ff(), fillFields(), fillFields(), for(), for(), for(), forAll(), forAll(), forAll(), ghSnGradRho(), HbyAs(), AnisothermalPhaseModel< BasePhaseModel >::heEqn(), if(), if(), if(), if(), InertPhaseModel< BasePhaseModel >::InertPhaseModel(), IsothermalPhaseModel< BasePhaseModel >::IsothermalPhaseModel(), IsothermalPhaseModel< PurePhaseModel< InertPhaseModel< MovingPhaseModel< ThermoPhaseModel< phaseModel, rhoThermo > > > > >::IsothermalPhaseModel(), kappaEff(), Kd(), Kdf(), diffusionGasEvaporation< Thermo, OtherThermo >::Kexp(), Kh(), continuousGasKEqn< BasicTurbulenceModel >::liquidTurbulence(), continuousGasKEpsilon< BasicTurbulenceModel >::liquidTurbulence(), IATEsource::Mo(), momentumTransferPtr(), momentumTransferPtr(), MovingPhaseModel< BasePhaseModel >::MovingPhaseModel(), MovingPhaseModel< BasePhaseModel >::MovingPhaseModel(), MovingPhaseModel< Foam::PurePhaseModel< Foam::multiphaseInter::phaseModel, Foam::rhoThermo > >::MovingPhaseModel(), MovingPhaseModel< Foam::PurePhaseModel< Foam::multiphaseInter::phaseModel, Foam::rhoThermo > >::MovingPhaseModel(), MultiComponentPhaseModel< BasePhaseModel, phaseThermo >::MultiComponentPhaseModel(), MultiComponentPhaseModel< BasePhaseModel, phaseThermo >::MultiComponentPhaseModel(), phaseChange::phaseChange(), phiFfs(), phiFs(), phig(), phiHbyAs(), pMin(), PurePhaseModel< BasePhaseModel, phaseThermo >::PurePhaseModel(), PurePhaseModel< BasePhaseModel, phaseThermo >::PurePhaseModel(), multiphaseInterHtcModel::q(), reactingEulerHtcModel::q(), radiation(), rAlphaAUfs(), rAUfs(), rAUs(), ReactingPhaseModel< BasePhaseModel, ReactionType >::ReactingPhaseModel(), rho(), rho(), rhoCpPhi(), continuousGasKEpsilon< BasicTurbulenceModel >::rhoEff(), mixtureKEpsilon< BasicTurbulenceModel >::rhogEff(), mixtureKEpsilon< BasicTurbulenceModel >::rholEff(), setSnGrad< fixedFluxPressureFvPatchScalarField >(), setTurbulence(), MultiComponentPhaseModel< BasePhaseModel, phaseThermo >::solveYi(), StaticPhaseModel< BasePhaseModel >::StaticPhaseModel(), StaticPhaseModel< Foam::PurePhaseModel< Foam::multiphaseInter::phaseModel, Foam::rhoThermo > >::StaticPhaseModel(), StationaryPhaseModel< BasePhaseModel >::StationaryPhaseModel(), TEqn(), ThermoPhaseModel< BasePhaseModel, ThermoType >::ThermoPhaseModel(), turbulence(), turbulence(), MovingPhaseModel< BasePhaseModel >::UEqn(), UEqns(), UEqns(), MovingPhaseModel< BasePhaseModel >::UfEqn(), alphatWallBoilingWallFunctionFvPatchScalarField::updateCoeffs(), fixedMultiPhaseHeatFluxFvPatchScalarField::updateCoeffs(), JohnsonJacksonParticleSlipFvPatchVectorField::updateCoeffs(), JohnsonJacksonParticleThetaFvPatchScalarField::updateCoeffs(), IATEsource::Ur(), Vmf(), IATEsource::We(), while(), and while().
| phaseModel& phase1 = fluid.phase1() |
Definition at line 3 of file setRegionFluidFields.H.
Referenced by alpharAUf1(), alphaRhof10(), MassTransferPhaseSystem< BasePhaseSystem >::alphaTransfer(), append(), append(), BlendedInterfacialModel< ModelType >::BlendedInterfacialModel(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::correctInterfaceThermo(), TwoResistanceHeatTransferPhaseSystem< BasePhaseSystem >::correctInterfaceThermo(), heatTransferModel::declareRunTimeSelectionTable(), Df1(), Df1(), orderedPhasePair::dispersed(), multiphaseSystem::dragCoeff(), dragModel::dragModel(), dragModel::dragModel(), orderedPhasePair::E(), phasePair::E(), E1Eqn(), blendingMethod::f1(), hyperbolic::f1(), linear::f1(), noBlending::f1(), blendingMethod::f2(), hyperbolic::f2(), linear::f2(), noBlending::f2(), for(), forAll(), orderedPhasePair::from(), OneResistanceHeatTransferPhaseSystem< BasePhaseSystem >::heatTransfer(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::heatTransfer(), TwoResistanceHeatTransferPhaseSystem< BasePhaseSystem >::heatTransfer(), heatTransferModel::heatTransferModel(), heatTransferModel::heatTransferModel(), Henry< Thermo, OtherThermo >::Henry(), if(), blended::K(), twoPhaseSystem::Kd(), twoPhaseSystem::Kdf(), BlendedInterfacialModel< Foam::dragModel >::Kf(), phasePair::magUr(), momentumTransfer(), multiphaseSystem::multiphaseSystem(), heatTransferModel::New(), NonRandomTwoLiquid< Thermo, OtherThermo >::NonRandomTwoLiquid(), RanzMarshall::RanzMarshall(), Raoult< Thermo, OtherThermo >::Raoult(), rAU1(), rAUf1(), phasePair::rho(), Saturated< Thermo, OtherThermo >::Saturated(), phasePair::sigma(), twoPhaseSystem::sigma(), multiphaseSystem::solveAlphas(), multiphaseSystem::surfaceTension(), surfaceTensionModel::surfaceTensionModel(), TomiyamaAspectRatio::TomiyamaAspectRatio(), TwoResistanceHeatTransferPhaseSystem< BasePhaseSystem >::TwoResistanceHeatTransferPhaseSystem(), BlendedInterfacialModel< ModelType >::TypeName(), noBlending::TypeName(), RanzMarshall::TypeName(), virtualMassModel::virtualMassModel(), twoPhaseSystem::Vm(), MassTransferPhaseSystem< BasePhaseSystem >::volTransfer(), wallDampingModel::wallDampingModel(), wallLubricationModel::wallLubricationModel(), while(), BlendedInterfacialModel< Foam::dragModel >::~BlendedInterfacialModel(), heatTransferModel::~heatTransferModel(), hyperbolic::~hyperbolic(), and linear::~linear().
| phaseModel& phase2 = fluid.phase2() |
Definition at line 4 of file setRegionFluidFields.H.
Referenced by alpharAUf2(), alphaRhof20(), MassTransferPhaseSystem< BasePhaseSystem >::alphaTransfer(), append(), append(), BlendedInterfacialModel< ModelType >::BlendedInterfacialModel(), orderedPhasePair::continuous(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::correctInterfaceThermo(), TwoResistanceHeatTransferPhaseSystem< BasePhaseSystem >::correctInterfaceThermo(), multiphaseSystem::Cvm(), heatTransferModel::declareRunTimeSelectionTable(), Df2(), Df2(), multiphaseSystem::dragCoeff(), E2Eqn(), blendingMethod::f1(), hyperbolic::f1(), linear::f1(), noBlending::f1(), blendingMethod::f2(), hyperbolic::f2(), linear::f2(), noBlending::f2(), for(), OneResistanceHeatTransferPhaseSystem< BasePhaseSystem >::heatTransfer(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::heatTransfer(), TwoResistanceHeatTransferPhaseSystem< BasePhaseSystem >::heatTransfer(), heatTransferModel::heatTransferModel(), if(), blended::K(), twoPhaseSystem::Kd(), twoPhaseSystem::Kdf(), BlendedInterfacialModel< Foam::dragModel >::Kf(), phasePair::magUr(), multiphaseSystem::multiphaseSystem(), heatTransferModel::New(), RanzMarshall::RanzMarshall(), rAU2(), rAUf2(), phasePair::rho(), phasePair::sigma(), twoPhaseSystem::sigma(), multiphaseSystem::solveAlphas(), multiphaseSystem::surfaceTension(), multiphaseSystem::Svm(), orderedPhasePair::to(), TwoResistanceHeatTransferPhaseSystem< BasePhaseSystem >::TwoResistanceHeatTransferPhaseSystem(), BlendedInterfacialModel< ModelType >::TypeName(), noBlending::TypeName(), RanzMarshall::TypeName(), twoPhaseSystem::Vm(), MassTransferPhaseSystem< BasePhaseSystem >::volTransfer(), while(), BlendedInterfacialModel< Foam::dragModel >::~BlendedInterfacialModel(), heatTransferModel::~heatTransferModel(), hyperbolic::~hyperbolic(), and linear::~linear().
| const volScalarField& alpha1 = phase1 |
Definition at line 6 of file setRegionFluidFields.H.
Referenced by advector(), alpha10(), alphaf1(), alphaPhi(), alphaPhi10(), alphaPhi10Header(), alphaPhi10Header(), alpharAUf1(), alphaRhof10(), MassTransferPhaseSystem< BasePhaseSystem >::alphaTransfer(), append(), Beetstra::CdRe(), Tenneti::CdRe(), contErr(), contErr1(), cutFaceAdvect::cutFaceAdvect(), heatTransferModel::declareRunTimeSelectionTable(), reconstructionSchemes::declareRunTimeSelectionTable(), E1Eqn(), for(), for(), for(), forAll(), gradAlpha::gradAlpha(), granularPressureModel::granularPressureCoeff(), Lun::granularPressureCoeff(), SyamlalRogersOBrien::granularPressureCoeff(), granularPressureModel::granularPressureCoeffPrime(), Lun::granularPressureCoeffPrime(), SyamlalRogersOBrien::granularPressureCoeffPrime(), heatTransferModel::heatTransferModel(), if(), if(), if(), if(), if(), if(), if(), if(), if(), if(), 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 twoPhaseMixtureThermo\n"<< endl;twoPhaseMixtureThermo mixture(U, phi);volScalarField &alpha1(mixture.alpha1());volScalarField &alpha2(mixture.alpha2());Info<< "Reading thermophysical properties\n"<< endl;const volScalarField &rho1=mixture.thermo1().rho();const volScalarField &rho2=mixture.thermo2().rho();volScalarField rho(IOobject("rho", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), alpha1 *rho1+alpha2 *rho2);dimensionedScalar pMin("pMin", dimPressure, mixture);mesh.setFluxRequired(p_rgh.name());mesh.setFluxRequired(alpha1.name());surfaceScalarField rhoPhi(IOobject("rhoPhi", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), fvc::interpolate(rho) *phi);volScalarField dgdt(alpha1 *fvc::div(phi));compressibleInterPhaseTransportModel turbulence(rho, U, phi, rhoPhi, alphaPhi10, mixture);{ wordHashSet &nonInt=const_cast< wordHashSet & >(), interface(), interface(), multiphaseMixture::interfacePair::interfacePair(), multiphaseMixtureThermo::interfacePair::interfacePair(), multiphaseSystem::interfacePair::interfacePair(), interfaceProperties::interfaceProperties(), surfaceIteratorIso::isASurfaceCell(), surfaceIteratorPLIC::isASurfaceCell(), isoAdvection::isoAdvection(), isoAlpha::isoAlpha(), segregated::K(), multiphaseInterSystem::K(), conductivityModel::kappa(), Gidaspow::kappa(), HrenyaSinclair::kappa(), Syamlal::kappa(), momentumTransfer(), multiphaseInterSystem::nearInterface(), multiphaseInterSystem::nearInterface(), heatTransferModel::New(), reconstructionSchemes::New(), multiphaseInterSystem::nHatf(), multiphaseInterSystem::nHatfv(), noneViscosity::nu(), viscosityModel::nu(), Gidaspow::nu(), HrenyaSinclair::nu(), Syamlal::nu(), multiphaseInterSystem::nVolHatfv(), phig(), plicRDF::plicRDF(), RanzMarshall::RanzMarshall(), rAU1(), reconstructionSchemes::reconstructionSchemes(), ref(), rho(), rho(), rho2f(), setFluxRequired(), snGradAlpha1(), twoPhaseSystem::solve(), multiphaseSystem::solveAlphas(), MultiComponentPhaseModel< BasePhaseModel, phaseThermo >::solveYi(), Foam::fvc::spreadSource(), DESModel< BasicTurbulenceModel >::Ssigma(), multiphaseInterSystem::surfaceTensionForce(), T1Eqn(), twoPhaseSystem::twoPhaseSystem(), isoAdvection::TypeName(), Gidaspow::TypeName(), HrenyaSinclair::TypeName(), Syamlal::TypeName(), Lun::TypeName(), SyamlalRogersOBrien::TypeName(), noneViscosity::TypeName(), RanzMarshall::TypeName(), gradAlpha::TypeName(), isoAlpha::TypeName(), plicRDF::TypeName(), surfaceIteratorIso::vofCutCell(), surfaceIteratorPLIC::vofCutCell(), while(), while(), and heatTransferModel::~heatTransferModel().
| const volScalarField& alpha2 = phase2 |
Definition at line 7 of file setRegionFluidFields.H.
Referenced by alpharAUf2(), alphaRhof20(), MassTransferPhaseSystem< BasePhaseSystem >::alphaTransfer(), append(), Beetstra::CdRe(), Gibilaro::CdRe(), GidaspowSchillerNaumann::CdRe(), SyamlalOBrien::CdRe(), Tenneti::CdRe(), WenYu::CdRe(), contErr(), contErr2(), E2Eqn(), for(), for(), for(), if(), if(), if(), if(), 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 twoPhaseMixtureThermo\n"<< endl;twoPhaseMixtureThermo mixture(U, phi);volScalarField &alpha1(mixture.alpha1());volScalarField &alpha2(mixture.alpha2());Info<< "Reading thermophysical properties\n"<< endl;const volScalarField &rho1=mixture.thermo1().rho();const volScalarField &rho2=mixture.thermo2().rho();volScalarField rho(IOobject("rho", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), alpha1 *rho1+alpha2 *rho2);dimensionedScalar pMin("pMin", dimPressure, mixture);mesh.setFluxRequired(p_rgh.name());mesh.setFluxRequired(alpha1.name());surfaceScalarField rhoPhi(IOobject("rhoPhi", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), fvc::interpolate(rho) *phi);volScalarField dgdt(alpha1 *fvc::div(phi));compressibleInterPhaseTransportModel turbulence(rho, U, phi, rhoPhi, alphaPhi10, mixture);{ wordHashSet &nonInt=const_cast< wordHashSet & >(), multiphaseMixture::interfacePair::interfacePair(), multiphaseMixtureThermo::interfacePair::interfacePair(), multiphaseSystem::interfacePair::interfacePair(), segregated::K(), Ergun::K(), Gibilaro::K(), GidaspowErgunWenYu::K(), GidaspowSchillerNaumann::K(), SyamlalOBrien::K(), WenYu::K(), multiphaseInterSystem::K(), kByCp2(), multiphaseInterSystem::nearInterface(), multiphaseInterSystem::nearInterface(), multiphaseInterSystem::nHatf(), multiphaseInterSystem::nHatfv(), multiphaseInterSystem::nVolHatfv(), rAU2(), ref(), rho(), rho(), rho2f(), setFluxRequired(), twoPhaseSystem::solve(), multiphaseSystem::solveAlphas(), MultiComponentPhaseModel< BasePhaseModel, phaseThermo >::solveYi(), Foam::fvc::spreadSource(), multiphaseInterSystem::surfaceTensionForce(), T2Eqn(), while(), and while().
| volVectorField& U1 = phase1.URef() |
Definition at line 9 of file setRegionFluidFields.H.
Referenced by addAcceleration(), TrajectoryCollision< CloudType >::collideParcels(), ORourkeCollision< CloudType >::collideSorted(), correct(), correctBoundaryConditions(), correctBoundaryVelocity(), E1Eqn(), for(), if(), momentumTransfer(), and while().
| surfaceScalarField& phi1 = phase1.phiRef() |
Definition at line 10 of file setRegionFluidFields.H.
Referenced by ddtPhi1(), forAll(), ref(), twoPhaseSystem::solve(), and while().
| const tmp<surfaceScalarField> talphaPhi1 = phase1.alphaPhi() |
Definition at line 11 of file setRegionFluidFields.H.
Referenced by if().
| const auto& alphaPhi1 = talphaPhi1() |
Definition at line 12 of file setRegionFluidFields.H.
Referenced by alphaPhi2(), E1Eqn(), for(), if(), rho2f(), twoPhaseSystem::solve(), T1Eqn(), and while().
| volVectorField& U2 = phase2.URef() |
Definition at line 14 of file setRegionFluidFields.H.
Referenced by addAcceleration(), TrajectoryCollision< CloudType >::collideParcels(), ORourkeCollision< CloudType >::collideSorted(), constrain(), correct(), correctBoundaryVelocity(), E2Eqn(), for(), if(), and while().
| surfaceScalarField& phi2 = phase2.phiRef() |
Definition at line 15 of file setRegionFluidFields.H.
Referenced by ddtPhi2(), forAll(), ref(), twoPhaseSystem::solve(), and while().
| const tmp<surfaceScalarField> talphaPhi2 = phase2.alphaPhi() |
Definition at line 16 of file setRegionFluidFields.H.
| const auto& alphaPhi2 = talphaPhi2() |
| surfaceScalarField& phi = fluid.phi() |
Definition at line 19 of file setRegionFluidFields.H.
| rhoThermo& thermo1 = phase1.thermoRef() |
Definition at line 21 of file setRegionFluidFields.H.
Referenced by correct(), Cpv1(), E1Eqn(), for(), if(), and validate().
| rhoThermo& thermo2 = phase2.thermoRef() |
Definition at line 22 of file setRegionFluidFields.H.
Referenced by correct(), Cpv2(), E2Eqn(), for(), if(), and validate().
| volScalarField& rho1 = thermo1.rho() |
Definition at line 27 of file setRegionFluidFields.H.
Referenced by alphaRhof10(), append(), SprayParcel< ParcelType >::calc(), ORourkeCollision< CloudType >::collideSorted(), contErr(), contErr1(), E1Eqn(), for(), for(), isoAdvection::getRhoPhi(), isoAdvection::getRhoPhi(), granularPressureModel::granularPressureCoeff(), Lun::granularPressureCoeff(), SyamlalRogersOBrien::granularPressureCoeff(), granularPressureModel::granularPressureCoeffPrime(), Lun::granularPressureCoeffPrime(), SyamlalRogersOBrien::granularPressureCoeffPrime(), if(), if(), 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 twoPhaseMixtureThermo\n"<< endl;twoPhaseMixtureThermo mixture(U, phi);volScalarField &alpha1(mixture.alpha1());volScalarField &alpha2(mixture.alpha2());Info<< "Reading thermophysical properties\n"<< endl;const volScalarField &rho1=mixture.thermo1().rho();const volScalarField &rho2=mixture.thermo2().rho();volScalarField rho(IOobject("rho", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), alpha1 *rho1+alpha2 *rho2);dimensionedScalar pMin("pMin", dimPressure, mixture);mesh.setFluxRequired(p_rgh.name());mesh.setFluxRequired(alpha1.name());surfaceScalarField rhoPhi(IOobject("rhoPhi", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), fvc::interpolate(rho) *phi);volScalarField dgdt(alpha1 *fvc::div(phi));compressibleInterPhaseTransportModel turbulence(rho, U, phi, rhoPhi, alphaPhi10, mixture);{ wordHashSet &nonInt=const_cast< wordHashSet & >(), segregated::K(), conductivityModel::kappa(), Gidaspow::kappa(), HrenyaSinclair::kappa(), Syamlal::kappa(), momentumTransfer(), noneViscosity::nu(), viscosityModel::nu(), Gidaspow::nu(), HrenyaSinclair::nu(), Syamlal::nu(), rAU1(), rho(), rho(), rho1f(), rho1f(), rho2f(), T1Eqn(), Gidaspow::TypeName(), HrenyaSinclair::TypeName(), Syamlal::TypeName(), Lun::TypeName(), SyamlalRogersOBrien::TypeName(), noneViscosity::TypeName(), while(), and while().
| const volScalarField& psi1 = thermo1.psi() |
Definition at line 28 of file setRegionFluidFields.H.
Referenced by adjointkOmegaSST::blend(), adjointkOmegaSST::blend(), kOmegaSSTBase< BasicEddyViscosityModel >::blend(), kOmegaSSTBase< BasicEddyViscosityModel >::blend(), if(), rho2f(), and while().
| volScalarField& rho2 = thermo2.rho() |
Definition at line 30 of file setRegionFluidFields.H.
Referenced by alphaRhof20(), append(), ORourkeCollision< CloudType >::collideSorted(), contErr(), contErr2(), E2Eqn(), for(), for(), isoAdvection::getRhoPhi(), isoAdvection::getRhoPhi(), if(), if(), 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 twoPhaseMixtureThermo\n"<< endl;twoPhaseMixtureThermo mixture(U, phi);volScalarField &alpha1(mixture.alpha1());volScalarField &alpha2(mixture.alpha2());Info<< "Reading thermophysical properties\n"<< endl;const volScalarField &rho1=mixture.thermo1().rho();const volScalarField &rho2=mixture.thermo2().rho();volScalarField rho(IOobject("rho", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), alpha1 *rho1+alpha2 *rho2);dimensionedScalar pMin("pMin", dimPressure, mixture);mesh.setFluxRequired(p_rgh.name());mesh.setFluxRequired(alpha1.name());surfaceScalarField rhoPhi(IOobject("rhoPhi", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), fvc::interpolate(rho) *phi);volScalarField dgdt(alpha1 *fvc::div(phi));compressibleInterPhaseTransportModel turbulence(rho, U, phi, rhoPhi, alphaPhi10, mixture);{ wordHashSet &nonInt=const_cast< wordHashSet & >(), segregated::K(), kByCp2(), rAU2(), rho(), rho(), rho2f(), rho2f(), rhoCpPhi(), T2Eqn(), while(), and while().
| const volScalarField& psi2 = thermo2.psi() |
Definition at line 31 of file setRegionFluidFields.H.
Referenced by adjointkOmegaSST::blend(), adjointkOmegaSST::blend(), kOmegaSSTBase< BasicEddyViscosityModel >::blend(), kOmegaSSTBase< BasicEddyViscosityModel >::blend(), if(), rho2f(), and while().
| const IOMRFZoneList& MRF = fluid.MRF() |
Definition at line 33 of file setRegionFluidFields.H.
| fv::options& fvOptions = fluid.fvOptions() |
Definition at line 34 of file setRegionFluidFields.H.
| volScalarField& p = thermo1.p() |
Definition at line 36 of file setRegionFluidFields.H.
| volScalarField& p_rgh = p_rghFluid[i] |
Definition at line 38 of file setRegionFluidFields.H.
| const volScalarField& gh = ghFluid[i] |
Definition at line 41 of file setRegionFluidFields.H.
| const surfaceScalarField& ghf = ghfFluid[i] |
Definition at line 42 of file setRegionFluidFields.H.
| bool frozenFlow = frozenFlowFluid[i] |
Definition at line 51 of file setRegionFluidFields.H.
| pimpleControl& pimple = pimpleFluid[i] |
Definition at line 56 of file setRegionFluidFields.H.
Referenced by adjustFringe(), checkMeshCourantNo(), continuousPhaseName(), correctBoundaryConditions(), CorrectPhi(), CorrectPhi(), CorrectPhi(), CorrectPhi(), CorrectPhi(), CorrectPhi(), CorrectPhi(), CorrectPhi(), CorrectPhi(), Foam::CorrectPhi(), Foam::CorrectPhi(), correctPhi(), correctPhi(), if(), if(), if(), if(), if(), if(), if(), if(), if(), Info<< "Reading field p\n"<< endl;volScalarField p(IOobject("p", 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);label pRefCell=0;scalar pRefValue=0.0;setRefCell(p, pimple.dict(), pRefCell, pRefValue);mesh.setFluxRequired(p.name());{ wordHashSet &nonInt=const_cast< wordHashSet & >(), Info<< "Reading field p_rgh\n"<< endl;volScalarField p_rgh(IOobject("p_rgh", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);p_rgh=p - rho *gh;mesh.setFluxRequired(p_rgh.name());label pRefCell=0;scalar pRefValue=0.0;if(p_rgh.needReference()){ setRefCell(p, p_rgh, pimple.dict(), pRefCell, pRefValue);p+=dimensionedScalar("p", p.dimensions(), pRefValue - getRefCellValue(p, pRefCell));}dimensionedScalar initialMass("initialMass", fvc::domainIntegrate(rho));{ wordHashSet &nonInt=const_cast< wordHashSet & >(), Info<< "Reading field U\n"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);pressureControl pressureControl(p, rho, pimple.dict(), false);const dimensionedScalar rhoMax("rhoMax", dimDensity, GREAT, pimple.dict());const dimensionedScalar rhoMin("rhoMin", dimDensity, Zero, pimple.dict());mesh.setFluxRequired(p.name());{ wordHashSet &nonInt=const_cast< wordHashSet & >(), moveMeshOuterCorrectors(), oversetPatchErrOutput(), pressureControl(), rAtU(), readIfPresent(), ref(), rho(), rho(), rhok(), rhoMax(), rhoMin(), setRefCell(), setRefCell(), solvePrimaryRegion(), turbulence(), turbulence(), while(), and while().
| const dimensionedScalar& pMin = pMinFluid[i] |
Definition at line 58 of file setRegionFluidFields.H.
Referenced by SprayParcel< ParcelType >::constantProperties::constantProperties(), SprayParcel< ReactingParcel< ThermoParcel< KinematicParcel< particle > > > >::constantProperties::constantProperties(), pressureControl::limit(), pressureControl::pressureControl(), while(), and while().