NeoN
WIP Prototype of a modern OpenFOAM core
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
NeoN::finiteVolume::cellCentred::SurfaceIntegrate< ValueType > Class Template Reference

#include <surfaceIntegrate.hpp>

Public Types

using VectorValueType = ValueType
 

Public Member Functions

 SurfaceIntegrate (const SurfaceField< ValueType > &flux)
 
 SurfaceIntegrate (const SurfaceIntegrate &surfaceIntegrate)
 
void build (const Input &)
 
void explicitOperation (Vector< ValueType > &source) const
 
const Executorexec () const
 
dsl::CoeffgetCoefficient ()
 
const dsl::CoeffgetCoefficient () const
 
dsl::Operator::Type getType () const
 
std::string getName () const
 

Detailed Description

template<typename ValueType>
class NeoN::finiteVolume::cellCentred::SurfaceIntegrate< ValueType >

Definition at line 30 of file surfaceIntegrate.hpp.

Member Typedef Documentation

◆ VectorValueType

template<typename ValueType >
using NeoN::finiteVolume::cellCentred::SurfaceIntegrate< ValueType >::VectorValueType = ValueType

Definition at line 35 of file surfaceIntegrate.hpp.

Constructor & Destructor Documentation

◆ SurfaceIntegrate() [1/2]

template<typename ValueType >
NeoN::finiteVolume::cellCentred::SurfaceIntegrate< ValueType >::SurfaceIntegrate ( const SurfaceField< ValueType > &  flux)
inline

Definition at line 37 of file surfaceIntegrate.hpp.

◆ SurfaceIntegrate() [2/2]

template<typename ValueType >
NeoN::finiteVolume::cellCentred::SurfaceIntegrate< ValueType >::SurfaceIntegrate ( const SurfaceIntegrate< ValueType > &  surfaceIntegrate)
inline

Definition at line 40 of file surfaceIntegrate.hpp.

Member Function Documentation

◆ build()

template<typename ValueType >
void NeoN::finiteVolume::cellCentred::SurfaceIntegrate< ValueType >::build ( const Input )
inline

Definition at line 45 of file surfaceIntegrate.hpp.

◆ exec()

template<typename ValueType >
const Executor & NeoN::finiteVolume::cellCentred::SurfaceIntegrate< ValueType >::exec ( ) const
inline

Definition at line 70 of file surfaceIntegrate.hpp.

◆ explicitOperation()

template<typename ValueType >
void NeoN::finiteVolume::cellCentred::SurfaceIntegrate< ValueType >::explicitOperation ( Vector< ValueType > &  source) const
inline

Definition at line 47 of file surfaceIntegrate.hpp.

◆ getCoefficient() [1/2]

template<typename ValueType >
dsl::Coeff & NeoN::finiteVolume::cellCentred::SurfaceIntegrate< ValueType >::getCoefficient ( )
inline

Definition at line 72 of file surfaceIntegrate.hpp.

◆ getCoefficient() [2/2]

template<typename ValueType >
const dsl::Coeff & NeoN::finiteVolume::cellCentred::SurfaceIntegrate< ValueType >::getCoefficient ( ) const
inline

Definition at line 74 of file surfaceIntegrate.hpp.

◆ getName()

template<typename ValueType >
std::string NeoN::finiteVolume::cellCentred::SurfaceIntegrate< ValueType >::getName ( ) const
inline

Definition at line 78 of file surfaceIntegrate.hpp.

◆ getType()

template<typename ValueType >
dsl::Operator::Type NeoN::finiteVolume::cellCentred::SurfaceIntegrate< ValueType >::getType ( ) const
inline

Definition at line 76 of file surfaceIntegrate.hpp.


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