OpenLB 1.7
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
olb::AnalyticalWindProfileF3D< T > Class Template Reference

#include <atmBoundary.h>

+ Inheritance diagram for olb::AnalyticalWindProfileF3D< T >:
+ Collaboration diagram for olb::AnalyticalWindProfileF3D< T >:

Public Member Functions

 AnalyticalWindProfileF3D (T u0, T z0, T z_ref, T kappa, T d, int windDirection=0, int normalToEarth=2)
 
bool operator() (T output[3], const T input[3]) override
 
- Public Member Functions inherited from olb::AnalyticalF< D, T, S >
AnalyticalF< D, T, S > & operator- (AnalyticalF< D, T, S > &rhs)
 
AnalyticalF< D, T, S > & operator+ (AnalyticalF< D, T, S > &rhs)
 
AnalyticalF< D, T, S > & operator* (AnalyticalF< D, T, S > &rhs)
 
AnalyticalF< D, T, S > & operator/ (AnalyticalF< D, T, S > &rhs)
 
- Public Member Functions inherited from olb::GenericF< T, S >
virtual ~GenericF ()=default
 
int getSourceDim () const
 read only access to member variable _m
 
int getTargetDim () const
 read only access to member variable _n
 
std::string & getName ()
 read and write access to name
 
std::string const & getName () const
 read only access to name
 
virtual bool operator() (T output[], const S input[])=0
 has to be implemented for 'every' derived class
 
bool operator() (T output[])
 wrapper that call the pure virtual operator() (T output[], const S input[]) from above
 
bool operator() (T output[], S input0)
 
bool operator() (T output[], S input0, S input1)
 
bool operator() (T output[], S input0, S input1, S input2)
 
bool operator() (T output[], S input0, S input1, S input2, S input3)
 

Protected Attributes

_u0
 
_z0
 
_z_ref
 
_kappa
 
_d =0
 
int _windDirection
 
int _normalToEarth
 

Additional Inherited Members

- Public Types inherited from olb::AnalyticalF< D, T, S >
using identity_functor_type = AnalyticalIdentity<D,T,S>
 
- Public Types inherited from olb::GenericF< T, S >
using targetType = T
 
using sourceType = S
 
- Public Attributes inherited from olb::GenericF< T, S >
std::shared_ptr< GenericF< T, S > > _ptrCalcC
 memory management, frees resouces (calcClass)
 
- Static Public Attributes inherited from olb::AnalyticalF< D, T, S >
static constexpr unsigned dim = D
 
- Protected Member Functions inherited from olb::AnalyticalF< D, T, S >
 AnalyticalF (int n)
 
- Protected Member Functions inherited from olb::GenericF< T, S >
 GenericF (int targetDim, int sourceDim)
 

Detailed Description

template<typename T>
class olb::AnalyticalWindProfileF3D< T >

Definition at line 29 of file atmBoundary.h.

Constructor & Destructor Documentation

◆ AnalyticalWindProfileF3D()

template<typename T >
olb::AnalyticalWindProfileF3D< T >::AnalyticalWindProfileF3D ( T u0,
T z0,
T z_ref,
T kappa,
T d,
int windDirection = 0,
int normalToEarth = 2 )
inline

Definition at line 42 of file atmBoundary.h.

42 : AnalyticalF3D<T,T>( 3 )
43 ,_u0(u0), _z0(z0), _z_ref(z_ref), _kappa(kappa), _d(d),_windDirection(windDirection), _normalToEarth(normalToEarth) {
44 this->getName() = "AnalyticalWindProfileF3D";
45 };
std::string & getName()
read and write access to name
Definition genericF.hh:51

References olb::GenericF< T, S >::getName().

+ Here is the call graph for this function:

Member Function Documentation

◆ operator()()

template<typename T >
bool olb::AnalyticalWindProfileF3D< T >::operator() ( T output[3],
const T input[3] )
inlineoverride

Member Data Documentation

◆ _d

template<typename T >
T olb::AnalyticalWindProfileF3D< T >::_d =0
protected

Definition at line 36 of file atmBoundary.h.

◆ _kappa

template<typename T >
T olb::AnalyticalWindProfileF3D< T >::_kappa
protected

Definition at line 35 of file atmBoundary.h.

◆ _normalToEarth

template<typename T >
int olb::AnalyticalWindProfileF3D< T >::_normalToEarth
protected

Definition at line 38 of file atmBoundary.h.

◆ _u0

template<typename T >
T olb::AnalyticalWindProfileF3D< T >::_u0
protected

Definition at line 32 of file atmBoundary.h.

◆ _windDirection

template<typename T >
int olb::AnalyticalWindProfileF3D< T >::_windDirection
protected

Definition at line 37 of file atmBoundary.h.

◆ _z0

template<typename T >
T olb::AnalyticalWindProfileF3D< T >::_z0
protected

Definition at line 33 of file atmBoundary.h.

◆ _z_ref

template<typename T >
T olb::AnalyticalWindProfileF3D< T >::_z_ref
protected

Definition at line 34 of file atmBoundary.h.


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