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