Go to the documentation of this file.
11 #ifndef DAResidualHeatTransferFoam_H
12 #define DAResidualHeatTransferFoam_H
15 #include "addToRunTimeSelectionTable.H"
38 autoPtr<dimensionedScalar>
kPtr_;
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)
DAOption daOption(mesh, pyOptions_)
virtual ~DAResidualHeatTransferFoam()
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_
DAModel daModel(mesh, daOption)
DAIndex daIndex(mesh, daOption, daModel)
TypeName("DAHeatTransferFoam")
autoPtr< dimensionedScalar > kPtr_