Go to the source code of this file.
Functions | |
| thermo | validate (args.executable(), "h", "e") |
| const dimensionedScalar | initialMass ("initialMass", dimMass, initialMassFluid[i]) |
Variables | |
| rhoThermo & | thermo = thermoFluid[i] |
| volScalarField & | rho = rhoFluid[i] |
| volVectorField & | U = UFluid[i] |
| surfaceScalarField & | phi = phiFluid[i] |
| compressible::turbulenceModel & | turb = turbulence[i] |
| volScalarField & | p = thermo.p() |
| const volScalarField & | psi = thermo.psi() |
| volScalarField & | p_rgh = p_rghFluid[i] |
| const volScalarField & | gh = ghFluid[i] |
| const surfaceScalarField & | ghf = ghfFluid[i] |
| radiation::radiationModel & | rad = radiation[i] |
| IOMRFZoneList & | MRF = MRFfluid[i] |
| fv::options & | fvOptions = fluidFvOptions[i] |
| fvVectorMatrix & | UEqn = UEqFluid[i] |
| bool | frozenFlow = frozenFlowFluid[i] |
| const label | pRefCell = pRefCellFluid[i] |
| const scalar | pRefValue = pRefValueFluid[i] |
| const dimensionedScalar initialMass | ( | "initialMass" | , |
| dimMass | , | ||
| initialMassFluid | [i] ) |
| rhoThermo& thermo = thermoFluid[i] |
Definition at line 1 of file setRegionFluidFields.H.
| volScalarField& rho = rhoFluid[i] |
Definition at line 4 of file setRegionFluidFields.H.
| volVectorField& U = UFluid[i] |
Definition at line 5 of file setRegionFluidFields.H.
| surfaceScalarField& phi = phiFluid[i] |
Definition at line 6 of file setRegionFluidFields.H.
| compressible::turbulenceModel& turb = turbulence[i] |
Definition at line 8 of file setRegionFluidFields.H.
Referenced by ChemistryCombustion< ReactionThermo >::ChemistryCombustion(), CombustionModel< ReactionThermo >::CombustionModel(), CombustionModel< psiReactionThermo >::CombustionModel(), combustionModel::combustionModel(), CombustionModel< psiReactionThermo >::declareRunTimeSelectionTable(), ReynoldsAnalogy::devReff(), forces::devRhoReff(), filmTurbulenceModel::devRhoReff(), diffusion< ReactionThermo, ThermoType >::diffusion(), diffusionMulticomponent< ReactionThermo, ThermoType >::diffusionMulticomponent(), momentumError::divDevRhoReff(), EDC< ReactionThermo >::EDC(), eddyDissipationDiffusionModel< ReactionThermo, ThermoType >::eddyDissipationDiffusionModel(), eddyDissipationModelBase< ReactionThermo, ThermoType >::eddyDissipationModelBase(), EEqn(), DispersionRASModel< CloudType >::epsilonModel(), FSD< ReactionThermo, ThermoType >::FSD(), infinitelyFastChemistry< ReactionThermo, ThermoType >::infinitelyFastChemistry(), objectivePowerDissipation::J(), DispersionRASModel< CloudType >::kModel(), laminar< ReactionThermo >::laminar(), CombustionModel< ReactionThermo >::New(), combustionModel::New(), CombustionModel< psiReactionThermo >::New(), noCombustion< ReactionThermo >::noCombustion(), PaSR< ReactionThermo >::PaSR(), heatTransferCoeffModel::q(), multiphaseInterSystem::setTurbulence(), singleStepCombustion< ReactionThermo, ThermoType >::singleStepCombustion(), ThermoCombustion< ReactionThermo >::ThermoCombustion(), diffusion< ReactionThermo, ThermoType >::TypeName(), diffusionMulticomponent< ReactionThermo, ThermoType >::TypeName(), EDC< ReactionThermo >::TypeName(), eddyDissipationDiffusionModel< ReactionThermo, ThermoType >::TypeName(), FSD< ReactionThermo, ThermoType >::TypeName(), infinitelyFastChemistry< ReactionThermo, ThermoType >::TypeName(), laminar< ReactionThermo >::TypeName(), noCombustion< ReactionThermo >::TypeName(), PaSR< ReactionThermo >::TypeName(), zoneCombustion< ReactionThermo >::TypeName(), nutWallFunctionFvPatchScalarField::U(), objectivePowerDissipation::update_divDxDbMultiplier(), objectivePowerDissipation::update_dJdv(), objectivePowerDissipation::update_gradDxDbMultiplier(), and zoneCombustion< ReactionThermo >::zoneCombustion().
| volScalarField& p = thermo.p() |
Definition at line 10 of file setRegionFluidFields.H.
| const volScalarField& psi = thermo.psi() |
Definition at line 11 of file setRegionFluidFields.H.
| volScalarField& p_rgh = p_rghFluid[i] |
Definition at line 13 of file setRegionFluidFields.H.
Referenced by adjustPhi(), hydrostaticPressure::calculateAndWrite(), constrainPressure(), constrainPressure(), constrainPressure(), constrainPressure(), correctBoundaryConditions(), CorrectPhi(), CorrectPhi(), CorrectPhi(), correctRho(), for(), for(), forAllConstIters(), HbyA(), HbyA(), 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 & >(), 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 & >(), p(), p_rgh_0(), p_rghDDtEqn(), p_rghDDtEqn(), pcorr(), reaction(), rho2f(), rhok(), setFluxRequired(), setRefCell(), turbulence(), while(), while(), and while().
| const volScalarField& gh = ghFluid[i] |
Definition at line 15 of file setRegionFluidFields.H.
Referenced by hydrostaticPressure::calculateAndWrite(), 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);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 & >(), p(), reaction(), rhok(), turbulence(), while(), and while().
| const surfaceScalarField& ghf = ghfFluid[i] |
| radiation::radiationModel& rad = radiation[i] |
Definition at line 18 of file setRegionFluidFields.H.
Referenced by correct(), EEqn(), EEqn(), forAll(), Foam::PDRutils::inters_cy(), Foam::PDRutils::l_blockage(), and Foam::radToDeg().
| IOMRFZoneList& MRF = MRFfluid[i] |
Definition at line 20 of file setRegionFluidFields.H.
Referenced by addAcceleration(), addAcceleration(), constrainPressure(), constrainPressure(), constrainPressure(), constrainPressure(), constrainPressure(), constrainPressure(), constrainPressure(), Foam::constrainPressure(), Foam::constrainPressure(), correctBoundaryVelocity(), correctBoundaryVelocity(), correctBoundaryVelocity(), MomentumTransferPhaseSystem< BasePhaseSystem >::ddtCorrByAs(), for(), ghSnGradRho(), if(), if(), if(), if(), makeRelative(), makeRelative(), makeRelative(), phid(), MomentumTransferPhaseSystem< BasePhaseSystem >::phiFfs(), phiHbyA(), phiHbyA(), phiHbyA(), phiHbyA(), phiHbyA(), phiHbyA(), phiHbyA(), phiHbyA(), phiHbyA(), phiHbyA(), MomentumTransferPhaseSystem< BasePhaseSystem >::phiKdPhifs(), MomentumTransferPhaseSystem< BasePhaseSystem >::phiKdPhis(), tUEqn(), tUEqn(), tUEqn(), tUEqn(), tUEqn(), tUEqn(), MovingPhaseModel< BasePhaseModel >::UEqn(), UEqn(), UEqn(), UEqn(), UEqn(), UEqn(), UEqn(), UEqn(), UEqn(), UEqn(), UEqn(), UEqn(), MovingPhaseModel< BasePhaseModel >::UfEqn(), and while().
| fv::options& fvOptions = fluidFvOptions[i] |
Definition at line 21 of file setRegionFluidFields.H.
Referenced by constantDrift::addToDriftRate(), constantNucleation::addToNucleationRate(), adjointSimple::addTopOFvOptions(), constrain(), constrain(), constrain(), constrain(), constrain(), constrain(), constrain(), constrain(), constrain(), constrain(), constrain(), contErr(), correct(), correct(), correct(), correct(), correct(), correct(), correct(), correct(), correct(), correct(), correct(), correct(), IATE::correct(), adjointkOmegaSST::correct(), adjointSpalartAllmaras::correct(), kOmegaSSTBase< BasicEddyViscosityModel >::correct(), Maxwell< BasicTurbulenceModel >::correct(), DeardorffDiffStress< BasicTurbulenceModel >::correct(), dynamicKEqn< BasicTurbulenceModel >::correct(), dynamicLagrangian< BasicTurbulenceModel >::correct(), kEqn< BasicTurbulenceModel >::correct(), advectionDiffusion::correct(), EBRSM< BasicTurbulenceModel >::correct(), kEpsilon< BasicTurbulenceModel >::correct(), kEpsilonLopesdaCosta< BasicTurbulenceModel >::correct(), kEpsilonPhitF< BasicTurbulenceModel >::correct(), kineticTheoryModel::correct(), kL< BasicTurbulenceModel >::correct(), kOmega< BasicTurbulenceModel >::correct(), LaunderSharmaKE< BasicTurbulenceModel >::correct(), LRR< BasicTurbulenceModel >::correct(), mixtureKEpsilon< BasicTurbulenceModel >::correct(), realizableKE< BasicTurbulenceModel >::correct(), RNGkEpsilon< BasicTurbulenceModel >::correct(), SSG< BasicTurbulenceModel >::correct(), SpalartAllmarasBase< BasicEddyViscosityModel >::correct(), incompressiblePrimalSolver::correctBoundaryConditions(), kOmegaSSTLM< BasicTurbulenceModel >::correctReThetatGammaInt(), EaEqn(), EaEqn(), EEqn(), EEqn(), EEqn(), EEqn(), EEqn(), EEqn(), EEqn(), EEqn(), EEqn(), EEqn(), EEqn(), EEqn(), EEqn(), EEqn(), age::execute(), for(), for(), forAll(), forAll(), forAll(), forAll(), forAll(), if(), if(), if(), if(), if(), if(), if(), if(), if(), if(), if(), if(), adjointSimple::mainIter(), simple::mainIter(), momentumTransfer(), p_rghDDtEqn(), sensitivityTopO::postProcessAuxSens(), sensitivityTopO::postProcessSens(), sensitivityTopO::postProcessSens(), interRegionHeatTransferModel::setNbrModel(), kEpsilonLopesdaCosta< BasicTurbulenceModel >::setPorosityCoefficients(), adjointEikonalSolver::solve(), displacementComponentLaplacianFvMotionSolver::solve(), displacementLaplacianFvMotionSolver::solve(), displacementSBRStressFvMotionSolver::solve(), solidBodyDisplacementLaplacianFvMotionSolver::solve(), surfaceAlignedSBRStressFvMotionSolver::solve(), velocityComponentLaplacianFvMotionSolver::solve(), velocityLaplacianFvMotionSolver::solve(), TEqn(), TEqn(), TEqn(), adjointEikonalSolver::topologySensitivities(), adjointkOmegaSST::topologySensitivities(), adjointSpalartAllmaras::topologySensitivities(), incompressibleAdjointSolver::topOSensMultiplier(), tUEqn(), tUEqn(), tUEqn(), tUEqn(), tUEqn(), tUEqn(), tUrelEqn(), tUrelEqn(), UEqn(), UEqn(), UEqn(), UEqn(), UEqn(), UEqn(), UEqn(), UEqn(), UEqn(), UEqn(), UEqn(), UEqn(), UEqn(), UEqn(), while(), while(), while(), and sensitivityTopO::~sensitivityTopO().
| fvVectorMatrix& UEqn = UEqFluid[i] |
Definition at line 23 of file setRegionFluidFields.H.
| bool frozenFlow = frozenFlowFluid[i] |
Definition at line 32 of file setRegionFluidFields.H.
Referenced by if().
| const label pRefCell = pRefCellFluid[i] |
Definition at line 34 of file setRegionFluidFields.H.
Referenced by adjointSimple::adjointSimple(), continuousPhaseName(), for(), 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 & >(), simple::mainIter(), RASTurbulenceModel::RASTurbulenceModel(), rhok(), setRefCell(), setRefCell(), simple::simple(), turbulence(), while(), while(), and while().
| const scalar pRefValue = pRefValueFluid[i] |
Definition at line 35 of file setRegionFluidFields.H.
Referenced by adjointSimple::adjointSimple(), continuousPhaseName(), for(), 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 & >(), simple::mainIter(), RASTurbulenceModel::RASTurbulenceModel(), rhok(), setRefCell(), setRefCell(), simple::simple(), turbulence(), while(), while(), and while().