34#ifndef waveModels_irregularWaveModel_H
35#define waveModels_irregularWaveModel_H
50class irregularWaveModel
55 irregularWaveModel(
const irregularWaveModel&) =
delete;
58 void operator=(
const irregularWaveModel&) =
delete;
71 virtual scalar
timeCoeff(
const scalar t)
const;
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.
scalar rampTime_
Ramp time.
virtual ~irregularWaveModel()=default
Destructor.
virtual scalar timeCoeff(const scalar t) const
Return the time scaling coefficient.
virtual bool readDict(const dictionary &overrideDict)
Read from dictionary.
TypeName("irregularWaveModel")
Runtime type information.
waveGenerationModel(const dictionary &dict, const fvMesh &mesh, const polyPatch &patch, const bool readFields=true)
Constructor.
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.