![]() |
OpenLB 1.8.1
|
AnalyticalRandom2D: 2D -> 1D with maxValue in the center decreasing linearly with the distrance to the center to zero at the radius and zero outside. More...
#include <analyticalF.h>
Inheritance diagram for olb::AnalyticalParticleAdsorptionLinear2D< T, S >:
Collaboration diagram for olb::AnalyticalParticleAdsorptionLinear2D< T, S >:Public Member Functions | |
| AnalyticalParticleAdsorptionLinear2D (T center[], T radius, T maxValue) | |
| bool | operator() (T output[], const S x[]) |
| has to be implemented for 'every' derived class | |
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 | |
| 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 | |
| T | _center [2] |
| T | _radius |
| T | _maxValue |
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) | |
AnalyticalRandom2D: 2D -> 1D with maxValue in the center decreasing linearly with the distrance to the center to zero at the radius and zero outside.
Definition at line 540 of file analyticalF.h.
| olb::AnalyticalParticleAdsorptionLinear2D< T, S >::AnalyticalParticleAdsorptionLinear2D | ( | T | center[], |
| T | radius, | ||
| T | maxValue ) |
Definition at line 543 of file analyticalF.hh.
References olb::AnalyticalParticleAdsorptionLinear2D< T, S >::_center, and olb::GenericF< T, S >::getName().
Here is the call graph for this function:
|
virtual |
has to be implemented for 'every' derived class
Implements olb::GenericF< T, S >.
Definition at line 551 of file analyticalF.hh.
References olb::util::sqrt().
Here is the call graph for this function:
|
protected |
Definition at line 542 of file analyticalF.h.
|
protected |
Definition at line 544 of file analyticalF.h.
|
protected |
Definition at line 543 of file analyticalF.h.