OpenLB 1.7
Loading...
Searching...
No Matches
Public Member Functions | List of all members
olb::SuperPlaneIntegralFluxVelocity2D< T > Class Template Referencefinal

Velocity flux line integral. More...

#include <superPlaneIntegralFluxF2D.h>

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

Public Member Functions

void print (std::string regionName="", std::string fluxSiScaleName="m^2/s", std::string meanSiScaleName="m/s")
 
- Public Member Functions inherited from olb::SuperPlaneIntegralFluxF2D< T, SuperLatticePhysVelocity2D >
 SuperPlaneIntegralFluxF2D (SuperLattice< T, DESCRIPTOR > &sLattice, const UnitConverter< T, DESCRIPTOR > &converter, SuperGeometry< T, 2 > &geometry, const HyperplaneLattice2D< T > &hyperplaneLattice, FunctorPtr< SuperIndicatorF2D< T > > &&integrationIndicator, FunctorPtr< IndicatorF2D< T > > &&subplaneIndicator, BlockDataReductionMode mode=BlockDataReductionMode::Analytical)
 
 SuperPlaneIntegralFluxF2D (SuperLattice< T, DESCRIPTOR > &sLattice, const UnitConverter< T, DESCRIPTOR > &converter, SuperGeometry< T, 2 > &geometry, const Hyperplane2D< T > &hyperplane, FunctorPtr< SuperIndicatorF2D< T > > &&integrationIndicator, FunctorPtr< IndicatorF2D< T > > &&subplaneIndicator, BlockDataReductionMode mode=BlockDataReductionMode::Analytical)
 
 SuperPlaneIntegralFluxF2D (SuperLattice< T, DESCRIPTOR > &sLattice, const UnitConverter< T, DESCRIPTOR > &converter, SuperGeometry< T, 2 > &geometry, const Hyperplane2D< T > &hyperplane, FunctorPtr< SuperIndicatorF2D< T > > &&integrationIndicator, BlockDataReductionMode mode=BlockDataReductionMode::Analytical)
 
 SuperPlaneIntegralFluxF2D (SuperLattice< T, DESCRIPTOR > &sLattice, const UnitConverter< T, DESCRIPTOR > &converter, SuperGeometry< T, 2 > &geometry, const Vector< T, 2 > &origin, const Vector< T, 2 > &u, std::vector< int > materials, BlockDataReductionMode mode=BlockDataReductionMode::Analytical)
 
 SuperPlaneIntegralFluxF2D (SuperLattice< T, DESCRIPTOR > &sLattice, const UnitConverter< T, DESCRIPTOR > &converter, SuperGeometry< T, 2 > &geometry, const Vector< T, 2 > &origin, const Vector< T, 2 > &u, BlockDataReductionMode mode=BlockDataReductionMode::Analytical)
 
- Public Member Functions inherited from olb::SuperPlaneIntegralF2D< T >
 SuperPlaneIntegralF2D (FunctorPtr< SuperF2D< T > > &&f, SuperGeometry< T, 2 > &geometry, const HyperplaneLattice2D< T > &hyperplaneLattice, FunctorPtr< SuperIndicatorF2D< T > > &&integrationIndicator, FunctorPtr< IndicatorF1D< T > > &&subplaneIndicator, BlockDataReductionMode mode=BlockDataReductionMode::Analytical)
 Primary constructor.
 
 SuperPlaneIntegralF2D (FunctorPtr< SuperF2D< T > > &&f, SuperGeometry< T, 2 > &geometry, const Hyperplane2D< T > &hyperplane, FunctorPtr< SuperIndicatorF2D< T > > &&integrationIndicator, FunctorPtr< IndicatorF1D< T > > &&subplaneIndicator, BlockDataReductionMode mode=BlockDataReductionMode::Analytical)
 Constructor providing automatic lattice generation.
 
 SuperPlaneIntegralF2D (FunctorPtr< SuperF2D< T > > &&f, SuperGeometry< T, 2 > &geometry, const Hyperplane2D< T > &hyperplane, FunctorPtr< SuperIndicatorF2D< T > > &&integrationIndicator, BlockDataReductionMode mode=BlockDataReductionMode::Analytical)
 Constructor providing automatic lattice generation and omitting subplane restriction.
 
 SuperPlaneIntegralF2D (FunctorPtr< SuperF2D< T > > &&f, SuperGeometry< T, 2 > &geometry, const Vector< T, 2 > &origin, const Vector< T, 2 > &u, std::vector< int > materials, BlockDataReductionMode mode=BlockDataReductionMode::Analytical)
 Constructor providing automatic lattice and material indicator instantiation.
 
 SuperPlaneIntegralF2D (FunctorPtr< SuperF2D< T > > &&f, SuperGeometry< T, 2 > &geometry, const Vector< T, 2 > &origin, const Vector< T, 2 > &u, BlockDataReductionMode mode=BlockDataReductionMode::Analytical)
 Constructor providing automatic lattice parametrization, only interpolating material 1.
 
bool operator() (T output[], const int input[]) override
 Returns the line integral in the following structure:
 
- Public Member Functions inherited from olb::SuperF2D< T, W >
SuperF2D< T, W > & operator- (SuperF2D< T, W > &rhs)
 
SuperF2D< T, W > & operator+ (SuperF2D< T, W > &rhs)
 
SuperF2D< T, W > & operator* (SuperF2D< T, W > &rhs)
 
SuperF2D< T, W > & operator/ (SuperF2D< T, W > &rhs)
 
SuperStructure< T, 2 > & getSuperStructure ()
 
int getBlockFSize () const
 
BlockF2D< W > & getBlockF (int iCloc)
 
bool operator() (W output[], const int input[]) override
 
- 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)
 

Additional Inherited Members

- Public Types inherited from olb::SuperF2D< T, W >
using identity_functor_type = SuperIdentity2D<T,W>
 
- 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)
 
- Protected Member Functions inherited from olb::SuperPlaneIntegralF2D< T >
bool isToBeIntegrated (const Vector< T, 2 > &physR, int iC)
 This is determined using the _integrationIndicatorF indicated subset of the 2d hyperplane reduced by _reductionF.
 
- Protected Member Functions inherited from olb::SuperF2D< T, W >
 SuperF2D (SuperStructure< T, 2 > &superStructure, int targetDim)
 
- Protected Member Functions inherited from olb::GenericF< T, S >
 GenericF (int targetDim, int sourceDim)
 
- Protected Attributes inherited from olb::SuperPlaneIntegralF2D< T >
SuperGeometry< T, 2 > & _geometry
 
FunctorPtr< SuperF2D< T > > _f
 Functor to be integrated on the line.
 
FunctorPtr< SuperIndicatorF2D< T > > _integrationIndicatorF
 Indicator describing relevant discrete integration points.
 
FunctorPtr< IndicatorF1D< T > > _subplaneIndicatorF
 Indicator describing the relevant subset of the interpolated hyperplane.
 
BlockReduction2D1D< T > _reductionF
 Functor describing line to be interpolated and integrated.
 
Vector< T, 2 > _origin
 Origin vector as given by hyperplane definition, (0,0) in respect to the subplane indicator _subplaneIndicatorF.
 
Vector< T, 2 > _u
 Direction vector u as given by hyperplane definition, normalized to h.
 
Vector< T, 2 > _normal
 Orthogonal vector to _u.
 
std::vector< int > _rankLocalSubplane
 Subset of the discrete line points given by _reductionF as indicated by _integrationIndicatorF.
 
- Protected Attributes inherited from olb::SuperF2D< T, W >
SuperStructure< T, 2 > & _superStructure
 
std::vector< std::unique_ptr< BlockF2D< W > > > _blockF
 Super functors may consist of several BlockF2D<W> derived functors.
 

Detailed Description

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

Velocity flux line integral.

Only adds a print method. Calculation is implemented in SuperPlaneIntegralF2D which is constructed around SuperLatticePhysVelocity2D by SuperPlaneIntegralFluxF2D.

Definition at line 115 of file superPlaneIntegralFluxF2D.h.

Member Function Documentation

◆ print()

template<typename T >
void olb::SuperPlaneIntegralFluxVelocity2D< T >::print ( std::string regionName = "",
std::string fluxSiScaleName = "m^2/s",
std::string meanSiScaleName = "m/s" )

Definition at line 170 of file superPlaneIntegralFluxF2D.hh.

172{
173 OstreamManager clout("SuperPlaneIntegralFluxVelocity2D");
174 int input[1] = { };
175 T output[this->getTargetDim()];
176 this->operator()(output, input);
177 if ( regionName != "" ) {
178 clout << "regionName=" << regionName << "; regionSize[m]=" << output[1] << std::flush;
179 }
180 else {
181 clout << "regionSize[m]=" << output[1] << std::flush;
182 }
183 if ( singleton::mpi().isMainProcessor() ) {
184 std::cout << "; flowRate[m^2/s]=" << output[0] << std::flush;
185 if ( meanSiScaleName == "mm/s" ) {
186 std::cout << "; meanVelocity[mm/s]=" << output[0]/output[1]*T(1.e3) << std::endl;
187 }
188 else {
189 std::cout << "; meanVelocity[m/s]=" << output[0]/output[1] << std::endl;
190 }
191 }
192}
int getTargetDim() const
read only access to member variable _n
Definition genericF.hh:45
bool operator()(T output[], const int input[]) override
Returns the line integral in the following structure:
MpiManager & mpi()

References olb::singleton::mpi().

+ Here is the call graph for this function:

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