OUprocess Class Reference

Random Ornstein-Uhlenbeck process. More...

Public Member Functions

 OUprocess (const Kmesh &kmesh, const scalar deltaT, const dictionary &)
 Construct from wavenumber mesh, timestep and coefficients dict. More...
 
const complexVectorFieldnewField (const scalar deltaT) const
 Return the current random Ornstein-Uhlenbeck process field. More...
 

Detailed Description

Random Ornstein-Uhlenbeck process.

Source files

Definition at line 52 of file OUprocess.H.

Constructor & Destructor Documentation

◆ OUprocess()

OUprocess ( const Kmesh kmesh,
const scalar  deltaT,
const dictionary OUdict 
)

Construct from wavenumber mesh, timestep and coefficients dict.

Definition at line 49 of file OUprocess.C.

References forAll, K, Foam::magSqr(), and Foam::sqr().

Here is the call graph for this function:

Member Function Documentation

◆ newField()

const complexVectorField & newField ( const scalar  deltaT) const

Return the current random Ornstein-Uhlenbeck process field.

Definition at line 93 of file OUprocess.C.

References forAll, K, Foam::magSqr(), and Foam::sqr().

Here is the call graph for this function:

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