35 #ifndef porosityModelList_H
36 #define porosityModelList_H
91 bool correctAUprocBC =
true
Generic GeometricField class.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
A special matrix type and solver, designed for finite volume solutions of scalar equations....
Mesh data needed to do the Finite Volume discretisation.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
Class containing mesh-to-mesh mapping information.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
List container for porosity models.
void addResistance(fvVectorMatrix &UEqn)
Add resistance.
bool movePoints()
Update for mesh motion.
void reset(const dictionary &dict)
Reset the source list.
porosityModelList(const fvMesh &mesh, const dictionary &dict)
void operator=(const porosityModelList &)=delete
Disallow default bitwise assignment.
const fvMesh & mesh_
Reference to the mesh database.
void topoChange(const polyTopoChangeMap &)
Update topology using the given map.
void distribute(const polyDistributionMap &)
Redistribute or update using the given distribution map.
bool read(const dictionary &dict)
Read dictionary.
void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
~porosityModelList()
Destructor.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
Forward declarations of fvMatrix specialisations.