
Go to the source code of this file.
Functions | |
| alphat | correctBoundaryConditions () |
| volScalarField | alphaEff ("alphaEff", turbulencePtr_->nu()/Pr+alphat) |
| fvScalarMatrix | TEqn (fvm::div(phi, T) - fvm::laplacian(alphaEff, T)) |
| TEqn | relax () |
| this | primalResidualControl< scalar > (solverT, printToScreen, printInterval, "T") |
Variables | |
| SolverPerformance< scalar > | solverT = TEqn.solve() |
| alphat correctBoundaryConditions | ( | ) |
| volScalarField alphaEff | ( | "alphaEff" | , |
| turbulencePtr_->nu()/Pr+ | alphat | ||
| ) |
Referenced by DAObjFuncWallHeatFlux::calcObjFunc(), DAResidualSimpleTFoam::calcResiduals(), DAResidualRhoSimpleCFoam::calcResiduals(), DAResidualTurboFoam::calcResiduals(), DAResidualRhoSimpleFoam::calcResiduals(), DASolver::getThermal(), and DASolver::setThermal().

Referenced by DAResidualLaplacianFoam::calcResiduals(), DAResidualHeatTransferFoam::calcResiduals(), DAResidualScalarTransportFoam::calcResiduals(), DAResidualSimpleTFoam::calcResiduals(), DAHeatTransferFoam::solvePrimal(), DALaplacianFoam::solvePrimal(), and DAScalarTransportFoam::solvePrimal().

| TEqn relax | ( | ) |
| this primalResidualControl< scalar > | ( | solverT | , |
| printToScreen | , | ||
| printInterval | , | ||
| "T" | |||
| ) |
| SolverPerformance<scalar> solverT = TEqn.solve() |
Definition at line 16 of file TEqnSimpleT.H.
Referenced by DAHeatTransferFoam::solvePrimal(), DALaplacianFoam::solvePrimal(), and DAScalarTransportFoam::solvePrimal().