Stokes5 Class Reference

Fifth-order wave model. More...

Inheritance diagram for Stokes5:
Collaboration diagram for Stokes5:

Public Member Functions

 TypeName ("Stokes5")
 Runtime type information. More...
 
 Stokes5 (const objectRegistry &db, const dictionary &dict)
 Construct from a database and a dictionary. More...
 
virtual autoPtr< waveModelclone () const
 Construct a clone. More...
 
virtual ~Stokes5 ()
 Destructor. More...
 
virtual tmp< scalarFieldelevation (const scalar t, const scalarField &x) const
 Get the wave elevation at a given time and local coordinates. Local. More...
 
virtual tmp< vector2DFieldvelocity (const scalar t, const vector2DField &xz) const
 Get the wave velocity at a given time and local coordinates. Local. More...
 
- Public Member Functions inherited from Stokes2
 TypeName ("Stokes2")
 Runtime type information. More...
 
 Stokes2 (const objectRegistry &db, const dictionary &dict)
 Construct from a database and a dictionary. More...
 
virtual ~Stokes2 ()
 Destructor. More...
 
- Public Member Functions inherited from Airy
 TypeName ("Airy")
 Runtime type information. More...
 
 Airy (const Airy &wave)
 Construct a copy. More...
 
 Airy (const objectRegistry &db, const dictionary &dict)
 Construct from a database and a dictionary. More...
 
virtual ~Airy ()
 Destructor. More...
 
scalar length () const
 Get the length. More...
 
scalar phase () const
 Get the phase. More...
 
scalar depth () const
 Get the depth. More...
 
virtual tmp< scalarFieldpressure (const scalar t, const vector2DField &xz) const
 Get the wave pressure at a given time and local coordinates. Local. More...
 
virtual void write (Ostream &os) const
 Write. More...
 
- Public Member Functions inherited from waveModel
 TypeName ("waveModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, waveModel, objectRegistry,(const objectRegistry &db, const dictionary &dict),(db, dict))
 
 waveModel (const waveModel &wave)
 Construct a copy. More...
 
 waveModel (const objectRegistry &db, const dictionary &dict)
 Construct from a database and a dictionary. More...
 
virtual ~waveModel ()
 Destructor. More...
 
scalar amplitude (const scalar t) const
 Get the amplitude. More...
 
scalar g () const
 Get the (scalar) value of gravity. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from waveModel
static autoPtr< waveModelNew (const objectRegistry &db, const dictionary &dict)
 Select. More...
 
static autoPtr< waveModelNew (const word &type, const objectRegistry &db, const dictionary &dict)
 Select. More...
 
- Protected Member Functions inherited from Airy
scalar k () const
 The angular wavenumber [rad/m]. More...
 
scalar celerity () const
 The wave celerity [m/s]. More...
 
tmp< scalarFieldangle (const scalar t, const scalarField &x) const
 Angle of the oscillation [rad]. More...
 
bool deep () const
 Return whether shallow and intermdiate effects are to be omitted. More...
 
tmp< vector2DFieldvi (const label i, const scalar t, const vector2DField &xz) const
 Return the non-dimensionalised i-th harmonic of the velocity. More...
 

Detailed Description

Fifth-order wave model.

Reference:

    Fenton, J. D. (1985).
    A fifth-order Stokes theory for steady waves.
    Journal of waterway, port, coastal, and ocean engineering, 111(2),
    216-234.
Source files

Definition at line 58 of file Stokes5.H.

Constructor & Destructor Documentation

◆ Stokes5()

Stokes5 ( const objectRegistry db,
const dictionary dict 
)

Construct from a database and a dictionary.

Definition at line 44 of file Stokes5.C.

Referenced by Stokes5::clone().

Here is the caller graph for this function:

◆ ~Stokes5()

~Stokes5 ( )
virtual

Destructor.

Definition at line 55 of file Stokes5.C.

References Stokes5::elevation().

Referenced by Stokes5::clone().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "Stokes5"  )

Runtime type information.

◆ clone()

virtual autoPtr<waveModel> clone ( ) const
inlinevirtual

Construct a clone.

Reimplemented from Stokes2.

Definition at line 74 of file Stokes5.H.

References Stokes5::elevation(), Stokes5::Stokes5(), Stokes5::velocity(), x, and Stokes5::~Stokes5().

Here is the call graph for this function:

◆ elevation()

Foam::tmp< Foam::scalarField > elevation ( const scalar  t,
const scalarField x 
) const
virtual

Get the wave elevation at a given time and local coordinates. Local.

x is aligned with the direction of propagation.

Reimplemented from Stokes2.

Definition at line 62 of file Stokes5.C.

References Foam::cos(), Foam::cosh(), Stokes2::elevation(), Foam::endl(), Foam::Info, k, phi, Foam::pow3(), Foam::pow4(), Foam::pow5(), Foam::pow6(), Foam::sqr(), Foam::T(), Foam::tanh(), and Stokes5::velocity().

Referenced by Stokes5::clone(), and Stokes5::~Stokes5().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ velocity()

Foam::tmp< Foam::vector2DField > velocity ( const scalar  t,
const vector2DField xz 
) const
virtual

Get the wave velocity at a given time and local coordinates. Local.

x is aligned with the direction of propagation, and z with negative gravity.

Reimplemented from Stokes2.

Definition at line 126 of file Stokes5.C.

References Foam::cosh(), Foam::endl(), Foam::Info, k, Foam::pow3(), Foam::pow4(), Foam::pow5(), Foam::pow6(), Foam::sinh(), Foam::sqr(), and Stokes2::velocity().

Referenced by Stokes5::clone(), and Stokes5::elevation().

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: