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

#include <surfaceIntegrate.hpp>

Public Types

using FieldValueType = ValueType
 

Public Member Functions

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

Detailed Description

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

Definition at line 83 of file surfaceIntegrate.hpp.

Member Typedef Documentation

◆ FieldValueType

template<typename ValueType >
using NeoFOAM::finiteVolume::cellCentred::SurfaceIntegrate< ValueType >::FieldValueType = ValueType

Definition at line 88 of file surfaceIntegrate.hpp.

Constructor & Destructor Documentation

◆ SurfaceIntegrate() [1/2]

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

Definition at line 90 of file surfaceIntegrate.hpp.

◆ SurfaceIntegrate() [2/2]

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

Definition at line 93 of file surfaceIntegrate.hpp.

Member Function Documentation

◆ build()

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

Definition at line 98 of file surfaceIntegrate.hpp.

◆ exec()

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

Definition at line 127 of file surfaceIntegrate.hpp.

◆ explicitOperation()

template<typename ValueType >
void NeoFOAM::finiteVolume::cellCentred::SurfaceIntegrate< ValueType >::explicitOperation ( Field< ValueType > &  source)
inline

Definition at line 103 of file surfaceIntegrate.hpp.

◆ getCoefficient() [1/2]

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

Definition at line 129 of file surfaceIntegrate.hpp.

◆ getCoefficient() [2/2]

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

Definition at line 131 of file surfaceIntegrate.hpp.

◆ getName()

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

Definition at line 135 of file surfaceIntegrate.hpp.

◆ getType()

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

Definition at line 133 of file surfaceIntegrate.hpp.


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