
Go to the source code of this file.
Functions | |
| runTime | setTime (0.0, 0) |
Variables | |
| Time & | runTime = runTimePtr_() |
| fvMesh & | mesh = meshPtr_() |
| pimpleControlDF & | pimple = pimplePtr_() |
| fluidThermo & | thermo = pThermoPtr_() |
| volScalarField & | p = thermo.p() |
| volScalarField & | rho = rhoPtr_() |
| volVectorField & | U = UPtr_() |
| surfaceScalarField & | phi = phiPtr_() |
| volScalarField & | dpdt = dpdtPtr_() |
| volScalarField & | K = KPtr_() |
| scalar & | cumulativeContErr = cumulativeContErr_ |
| const volScalarField & | psi = thermo.psi() |
| const dictionary & | allOptions = daOptionPtr_->getAllOptions() |
| volVectorField & | fvSource = fvSourcePtr_() |
| volScalarField & | fvSourceEnergy = fvSourceEnergyPtr_() |
| runTime setTime | ( | 0. | 0, |
| 0 | |||
| ) |
| Time& runTime = runTimePtr_() |
Definition at line 1 of file createRefsRhoPimple.H.
| fvMesh& mesh = meshPtr_() |
Definition at line 4 of file createRefsRhoPimple.H.
| pimpleControlDF& pimple = pimplePtr_() |
Definition at line 5 of file createRefsRhoPimple.H.
| fluidThermo& thermo = pThermoPtr_() |
Definition at line 6 of file createRefsRhoPimple.H.
Referenced by DATurbulenceModel::alphaEff(), DAFunctionWallHeatFlux::calcFunction(), DAOutputThermalCoupling::run(), and DAInputThermalCoupling::run().
| volScalarField& p = thermo.p() |
Definition at line 7 of file createRefsRhoPimple.H.
| volScalarField& rho = rhoPtr_() |
Definition at line 8 of file createRefsRhoPimple.H.
Referenced by DAFunctionMassFlowRate::calcFunction(), DAFunctionVonMisesStressKS::calcFunction(), MRFZoneListDF::DDt(), main(), MRFZoneListDF::makeRelative(), MRFZoneDF::makeRelative(), DATurboFoam::solvePrimal(), DARhoSimpleCFoam::solvePrimal(), DARhoSimpleFoam::solvePrimal(), and tractionDisplacementFvPatchVectorField::updateCoeffs().
| volVectorField& U = UPtr_() |
Definition at line 9 of file createRefsRhoPimple.H.
| surfaceScalarField& phi = phiPtr_() |
Definition at line 10 of file createRefsRhoPimple.H.
| volScalarField& dpdt = dpdtPtr_() |
Definition at line 11 of file createRefsRhoPimple.H.
Referenced by if().
| volScalarField& K = KPtr_() |
Definition at line 12 of file createRefsRhoPimple.H.
| scalar& cumulativeContErr = cumulativeContErr_ |
Definition at line 13 of file createRefsRhoPimple.H.
| const volScalarField& psi = thermo.psi() |
Definition at line 14 of file createRefsRhoPimple.H.
Referenced by DASolvers::calcdRdWOldTPsiAD(), if(), DASolvers::runFPAdj(), DAPimpleFoam::solveAdjointFP(), DASolvers::solveAdjointFP(), while(), DASolvers::writeAdjointFields(), and DASolver::writeAdjointFields().
| const dictionary& allOptions = daOptionPtr_->getAllOptions() |
Definition at line 15 of file createRefsRhoPimple.H.
| volVectorField& fvSource = fvSourcePtr_() |
Definition at line 16 of file createRefsRhoPimple.H.
| volScalarField& fvSourceEnergy = fvSourceEnergyPtr_() |
Definition at line 17 of file createRefsRhoPimple.H.