35 #ifndef porosityModelList_H
36 #define porosityModelList_H
49 class porosityModelList;
50 Ostream&
operator<<(Ostream& os,
const porosityModelList& models);
95 bool correctAUprocBC =
true
Generic GeometricField class.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
A list of keyword definitions, which are a keyword followed by any number of values (e....
A special matrix type and solver, designed for finite volume solutions of scalar equations....
Mesh data needed to do the Finite Volume discretisation.
List container for porosity models.
void addResistance(fvVectorMatrix &UEqn)
Add resistance.
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.
bool writeData(Ostream &os) const
Write data to Ostream.
bool read(const dictionary &dict)
Read dictionary.
~porosityModelList()
Destructor.
Forward declarations of fvMatrix specialisations.
Ostream & operator<<(Ostream &os, const fvConstraints &constraints)