![]() |
OpenLB 1.8.1
|
#include <frameChangeF3D.h>
Public Member Functions | |
RectangleTrigonometricPoiseuille3D (std::vector< T > &x0_, std::vector< T > &x1_, std::vector< T > &x2_, std::vector< T > &maxVelocity, int numOfPolynoms_=1) | |
RectangleTrigonometricPoiseuille3D (SuperGeometry< T, 3 > &superGeometry_, int material_, std::vector< T > &maxVelocity_, T offsetX, T offsetY, T offsetZ, int numOfPolynoms_=1) | |
constructor from material numbers | |
T | getProfilePeak () |
T | getRatioAvgToPeak () |
bool | operator() (T output[], const T x[]) override |
![]() | |
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) |
![]() | |
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 Member Functions | |
void | calcPeakAndAvg () |
![]() | |
AnalyticalF (int n) | |
![]() | |
GenericF (int targetDim, int sourceDim) | |
Protected Attributes | |
OstreamManager | clout |
std::vector< T > | x0 |
std::vector< T > | x1 |
std::vector< T > | x2 |
std::vector< T > | maxVelocity |
int | numOfPolynoms |
T | profilePeak |
T | profileRatioAvgToPeak |
Additional Inherited Members | |
![]() | |
using | identity_functor_type = AnalyticalIdentity<D,T,S> |
![]() | |
using | targetType = T |
using | sourceType = S |
![]() | |
std::shared_ptr< GenericF< T, S > > | _ptrCalcC |
memory management, frees resouces (calcClass) | |
![]() | |
static constexpr unsigned | dim = D |
Definition at line 303 of file frameChangeF3D.h.
olb::RectangleTrigonometricPoiseuille3D< T >::RectangleTrigonometricPoiseuille3D | ( | std::vector< T > & | x0_, |
std::vector< T > & | x1_, | ||
std::vector< T > & | x2_, | ||
std::vector< T > & | maxVelocity, | ||
int | numOfPolynoms_ = 1 ) |
Definition at line 544 of file frameChangeF3D.hh.
References olb::RectangleTrigonometricPoiseuille3D< T >::calcPeakAndAvg().
olb::RectangleTrigonometricPoiseuille3D< T >::RectangleTrigonometricPoiseuille3D | ( | SuperGeometry< T, 3 > & | superGeometry_, |
int | material_, | ||
std::vector< T > & | maxVelocity_, | ||
T | offsetX, | ||
T | offsetY, | ||
T | offsetZ, | ||
int | numOfPolynoms_ = 1 ) |
constructor from material numbers
offsetX,Y,Z is a positive number denoting the distance from border voxels of material_ to the zerovelocity boundary
Definition at line 554 of file frameChangeF3D.hh.
References olb::RectangleTrigonometricPoiseuille3D< T >::calcPeakAndAvg(), olb::RectangleTrigonometricPoiseuille3D< T >::clout, olb::SuperGeometry< T, D >::getStatistics(), olb::util::nearZero(), olb::RectangleTrigonometricPoiseuille3D< T >::x0, olb::RectangleTrigonometricPoiseuille3D< T >::x1, and olb::RectangleTrigonometricPoiseuille3D< T >::x2.
|
protected |
Definition at line 608 of file frameChangeF3D.hh.
References olb::util::cosh(), M_PI, olb::max(), olb::util::pow(), olb::util::sin(), and olb::util::tanh().
T olb::RectangleTrigonometricPoiseuille3D< T >::getProfilePeak | ( | ) |
Definition at line 628 of file frameChangeF3D.hh.
T olb::RectangleTrigonometricPoiseuille3D< T >::getRatioAvgToPeak | ( | ) |
Definition at line 634 of file frameChangeF3D.hh.
|
override |
Definition at line 640 of file frameChangeF3D.hh.
References olb::util::cosh(), olb::util::fabs(), M_PI, olb::util::normalize(), olb::util::pow(), and olb::util::sin().
|
protected |
Definition at line 305 of file frameChangeF3D.h.
|
protected |
Definition at line 309 of file frameChangeF3D.h.
|
protected |
Definition at line 310 of file frameChangeF3D.h.
|
protected |
Definition at line 311 of file frameChangeF3D.h.
|
protected |
Definition at line 312 of file frameChangeF3D.h.
|
protected |
Definition at line 306 of file frameChangeF3D.h.
|
protected |
Definition at line 307 of file frameChangeF3D.h.
|
protected |
Definition at line 308 of file frameChangeF3D.h.