![]() |
OpenLB 1.8.1
|
This functor returns a Casson profile for use with a pipe with util::round cross-section. More...
#include <frameChangeF3D.h>
Public Member Functions | |
CircleCasson3D (olb::Vector< T, 3 > axisPoint, std::vector< T > axisDirection, T radius, T cassonViscosity, T pressureDrop, T yieldStress, T scale=1.0) | |
olb::Vector< T, 3 > | getCenter () |
Returns centerpoint vector. | |
std::vector< T > | getNormal () |
Returns normal vector. | |
T | getRadius () |
Returns radi. | |
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 Attributes | |
olb::Vector< T, 3 > | _center |
std::vector< T > | _normal |
T | _radius |
T | _cassonViscosity |
T | _pressureDrop |
T | _yieldStress |
T | _scale |
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 |
![]() | |
AnalyticalF (int n) | |
![]() | |
GenericF (int targetDim, int sourceDim) | |
This functor returns a Casson profile for use with a pipe with util::round cross-section.
It uses cylinder coordinates and is valid for the entire length of the pipe.
Definition at line 220 of file frameChangeF3D.h.
olb::CircleCasson3D< T >::CircleCasson3D | ( | olb::Vector< T, 3 > | axisPoint, |
std::vector< T > | axisDirection, | ||
T | radius, | ||
T | cassonViscosity, | ||
T | pressureDrop, | ||
T | yieldStress, | ||
T | scale = 1.0 ) |
Definition at line 316 of file frameChangeF3D.hh.
|
inline |
Returns centerpoint vector.
Definition at line 234 of file frameChangeF3D.h.
References olb::CircleCasson3D< T >::_center.
|
inline |
Returns normal vector.
Definition at line 239 of file frameChangeF3D.h.
References olb::CircleCasson3D< T >::_normal.
|
inline |
Returns radi.
Definition at line 244 of file frameChangeF3D.h.
References olb::CircleCasson3D< T >::_radius.
|
override |
Definition at line 322 of file frameChangeF3D.hh.
References olb::util::abs(), olb::util::pow(), and olb::util::sqrt().
|
protected |
Definition at line 225 of file frameChangeF3D.h.
|
protected |
Definition at line 222 of file frameChangeF3D.h.
|
protected |
Definition at line 223 of file frameChangeF3D.h.
|
protected |
Definition at line 226 of file frameChangeF3D.h.
|
protected |
Definition at line 224 of file frameChangeF3D.h.
|
protected |
Definition at line 228 of file frameChangeF3D.h.
|
protected |
Definition at line 227 of file frameChangeF3D.h.