34#ifndef waveModels_regularWaveModel_H
35#define waveModels_regularWaveModel_H
52 public irregularWaveModel
57 regularWaveModel(
const regularWaveModel&) =
delete;
60 void operator=(
const regularWaveModel&) =
delete;
InfoProxy< IOobject > info() const noexcept
Return info proxy, for printing information to a stream.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
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.
TypeName("regularWaveModel")
Runtime type information.
virtual ~regularWaveModel()=default
Destructor.
scalar wavePeriod_
Wave period.
virtual word waveType() const
Return word description of wave type.
scalar waveHeight_
Wave height / [m].
scalar waveAngle_
Wave angle / [rad] (read in degrees).
scalar wavePhase_
Wave phase.
scalar waveLength_
Wavelength.
virtual bool readDict(const dictionary &overrideDict)
Read from dictionary.
A class for handling words, derived from Foam::string.
OBJstream os(runTime.globalPath()/outputName)
void readFields(const typename GeoFieldType::Mesh &mesh, const IOobjectList &objects, const NameMatchPredicate &selectedFields, DynamicList< regIOobject * > &storedObjects)
Read the selected GeometricFields of the templated type and store on the objectRegistry.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.