62 #ifndef interRegionExplicitPorositySource_H 63 #define interRegionExplicitPorositySource_H 107 TypeName(
"interRegionExplicitPorositySource");
116 const word& modelType,
148 const word& fieldName
virtual wordList addSupFields() const
Return the list of fields for which the fvModel adds source term.
virtual ~interRegionExplicitPorositySource()
Destructor.
virtual bool read(const dictionary &dict)
Read dictionary.
const word & name() const
Return const access to the source name.
A list of keyword definitions, which are a keyword followed by any number of values (e...
void operator=(const interRegionExplicitPorositySource &)=delete
Disallow default bitwise assignment.
const fvMesh & mesh() const
Return const access to the mesh database.
Base class for inter-region exchange.
A class for handling words, derived from string.
interRegionExplicitPorositySource(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from components.
A special matrix type and solver, designed for finite volume solutions of scalar equations. Face addressing is used to make all matrix assembly and solution loops vectorise.
TypeName("interRegionExplicitPorositySource")
Runtime type information.
Inter-region explicit porosity source.
Mesh data needed to do the Finite Volume discretisation.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual void addSup(const volScalarField &rho, fvMatrix< vector > &eqn, const word &fieldName) const