Go to the documentation of this file.
101 #ifndef radialActuationDiskSource_H
102 #define radialActuationDiskSource_H
118 class radialActuationDiskSource
120 public actuationDiskSource
125 FixedList<scalar, 3> radialCoeffs_;
131 template<
class RhoFieldType>
132 void addRadialActuationDiskAxialInertialResistance
137 const RhoFieldType&
rho,
145 TypeName(
"radialActuationDiskSource");
154 const word& modelType,
List< label > labelList
A List of labels.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
A class for handling words, derived from Foam::string.
virtual bool read(const dictionary &dict)
Read dictionary.
const word & name() const
Return const access to the source name.
TypeName("radialActuationDiskSource")
Runtime type information.
scalar V() const
Return const access to the total cell volume.
Applies sources on U to enable actuator disk models with radial thrust distribution for aero/hydro th...
const labelList & cells() const
Return const access to the cell set.
Field< vector > vectorField
Specialisation of Field<T> for vector.
Applies sources on velocity, i.e. U, to enable actuator disk models for aero/hydro thrust loading of ...
void operator=(const radialActuationDiskSource &)=delete
No copy assignment.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
radialActuationDiskSource(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from components.
Mesh data needed to do the Finite Volume discretisation.
virtual void addSup(fvMatrix< vector > &eqn, const label fieldi)
Source term to momentum equation.
const fvMesh & mesh() const
Return const access to the mesh database.
A special matrix type and solver, designed for finite volume solutions of scalar equations....
virtual ~radialActuationDiskSource()=default
Destructor.