Go to the documentation of this file.
28 fvSource_(const_cast<volScalarField&>(mesh_.thisDb().lookupObject<volScalarField>(
"fvSource"))),
32 IOdictionary transportProperties(
34 "transportProperties",
35 mesh_.time().constant(),
41 new dimensionedScalar(
43 dimPower / dimLength / dimTemperature,
44 transportProperties));
99 T_.correctBoundaryConditions();
virtual void correctBoundaryConditions()
update the boundary condition for all the states in the selected solver
DAResidualHeatTransferFoam(const word modelType, const fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex)
fvScalarMatrix TEqn(fvm::div(phi, T) - fvm::laplacian(alphaEff, T))
const fvMesh & mesh_
fvMesh
DAOption daOption(mesh, pyOptions_)
#define normalizeResiduals(resName)
virtual void updateIntermediateVariables()
update any intermediate variables that are dependent on state variables and are used in calcResiduals
virtual void calcResiduals(const dictionary &options)
compute residual
virtual void clear()
clear the members
volScalarField & fvSource_
defineTypeNameAndDebug(DAFvSource, 0)
addToRunTimeSelectionTable(DAFvSource, DAFvSourceActuatorDisk, dictionary)
DAModel daModel(mesh, daOption)
DAIndex daIndex(mesh, daOption, daModel)
#define setResidualClassMemberScalar(stateName, stateUnit)
autoPtr< dimensionedScalar > kPtr_