61 betaMax(
const betaMax&) =
delete;
64 void operator=(
const betaMax&) =
delete;
135 virtual scalar
value()
const;
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
const fvMesh & mesh_
Reference to mesh.
virtual scalar value() const
Get value.
TypeName("betaMax")
Runtime type information.
virtual ~betaMax()=default
Destructor.
declareRunTimeSelectionTable(autoPtr, betaMax, dictionary,(const fvMesh &mesh, const dictionary &dict),(mesh, dict))
scalar value_
betaMax value
static autoPtr< betaMax > New(const fvMesh &mesh, const dictionary &dict)
Construct and return the selected betaMax model.
boolList markProcessorEdges(const polyPatch &patch) const
Mark all common inlet - processor edges.
scalar computeLength(const dictionary &dict) const
Compute the characteristic length.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
A patch is a list of labels that address the faces in the global face list.
List< bool > boolList
A List of bools.
#define declareRunTimeSelectionTable(ptrWrapper, baseType, argNames, argList, parList)
Declare a run-time selection (variables and adder classes).
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.