Go to the documentation of this file.
104 #ifndef radialActuationDiskSource_H
105 #define radialActuationDiskSource_H
121 class radialActuationDiskSource
123 public actuationDiskSource
128 FixedList<scalar, 3> radialCoeffs_;
134 template<
class RhoFieldType>
135 void addRadialActuationDiskAxialInertialResistance
140 const RhoFieldType&
rho,
148 TypeName(
"radialActuationDiskSource");
157 const word& modelType,
List< label > labelList
A List of labels.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
const word & name() const noexcept
const labelList & cells() const noexcept
A class for handling words, derived from Foam::string.
virtual bool read(const dictionary &dict)
TypeName("radialActuationDiskSource")
Applies sources on velocity field (i.e. U) within a specified region to enable actuator disk models w...
Field< vector > vectorField
Specialisation of Field<T> for vector.
scalar V() const noexcept
Applies sources on velocity (i.e. U) within a specified region to enable actuator disk models for aer...
Generic templated field type.
void operator=(const radialActuationDiskSource &)=delete
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)
Mesh data needed to do the Finite Volume discretisation.
const fvMesh & mesh() const noexcept
virtual void addSup(fvMatrix< vector > &eqn, const label fieldi)
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
A special matrix type and solver, designed for finite volume solutions of scalar equations....
virtual ~radialActuationDiskSource()=default
Generic GeometricField class.