Go to the documentation of this file.
11 #ifndef DAResidualScalarTransportFoam_H
12 #define DAResidualScalarTransportFoam_H
15 #include "addToRunTimeSelectionTable.H"
virtual void calcResiduals(const dictionary &options)
compute residual
DAOption daOption(mesh, pyOptions_)
TypeName("DAScalarTransportFoam")
virtual void updateIntermediateVariables()
update any intermediate variables that are dependent on state variables and are used in calcResiduals
virtual void clear()
clear the members
DAResidualScalarTransportFoam(const word modelType, const fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex)
virtual ~DAResidualScalarTransportFoam()
virtual void correctBoundaryConditions()
update the boundary condition for all the states in the selected solver
surfaceScalarField & phi_
DAModel daModel(mesh, daOption)
DAIndex daIndex(mesh, daOption, daModel)