NeoFOAM
WIP Prototype of a modern OpenFOAM core
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | List of all members
NeoFOAM::timeIntegration::BackwardEuler< SolutionFieldType > Class Template Reference

#include <backwardEuler.hpp>

Inheritance diagram for NeoFOAM::timeIntegration::BackwardEuler< SolutionFieldType >:

Public Types

using ValueType = typename SolutionFieldType::FieldValueType
 
using Base = TimeIntegratorBase< SolutionFieldType >::template Register< BackwardEuler< SolutionFieldType > >
 

Public Member Functions

 BackwardEuler (const Dictionary &schemeDict, const Dictionary &solutionDict)
 
void solve (dsl::Expression< ValueType > &eqn, SolutionFieldType &solutionField, scalar t, scalar dt) override
 
std::unique_ptr< TimeIntegratorBase< SolutionFieldType > > clone () const override
 

Static Public Member Functions

static std::string name ()
 
static std::string doc ()
 
static std::string schema ()
 

Detailed Description

template<typename SolutionFieldType>
class NeoFOAM::timeIntegration::BackwardEuler< SolutionFieldType >

Definition at line 21 of file backwardEuler.hpp.

Member Typedef Documentation

◆ Base

template<typename SolutionFieldType >
using NeoFOAM::timeIntegration::BackwardEuler< SolutionFieldType >::Base = TimeIntegratorBase<SolutionFieldType>::template Register<BackwardEuler<SolutionFieldType> >

Definition at line 29 of file backwardEuler.hpp.

◆ ValueType

template<typename SolutionFieldType >
using NeoFOAM::timeIntegration::BackwardEuler< SolutionFieldType >::ValueType = typename SolutionFieldType::FieldValueType

Definition at line 28 of file backwardEuler.hpp.

Constructor & Destructor Documentation

◆ BackwardEuler()

template<typename SolutionFieldType >
NeoFOAM::timeIntegration::BackwardEuler< SolutionFieldType >::BackwardEuler ( const Dictionary schemeDict,
const Dictionary solutionDict 
)
inline

Definition at line 32 of file backwardEuler.hpp.

Member Function Documentation

◆ clone()

template<typename SolutionFieldType >
std::unique_ptr< TimeIntegratorBase< SolutionFieldType > > NeoFOAM::timeIntegration::BackwardEuler< SolutionFieldType >::clone ( ) const
inlineoverride

Definition at line 74 of file backwardEuler.hpp.

◆ doc()

template<typename SolutionFieldType >
static std::string NeoFOAM::timeIntegration::BackwardEuler< SolutionFieldType >::doc ( )
inlinestatic

Definition at line 38 of file backwardEuler.hpp.

◆ name()

template<typename SolutionFieldType >
static std::string NeoFOAM::timeIntegration::BackwardEuler< SolutionFieldType >::name ( )
inlinestatic

Definition at line 36 of file backwardEuler.hpp.

◆ schema()

template<typename SolutionFieldType >
static std::string NeoFOAM::timeIntegration::BackwardEuler< SolutionFieldType >::schema ( )
inlinestatic

Definition at line 40 of file backwardEuler.hpp.

◆ solve()

template<typename SolutionFieldType >
void NeoFOAM::timeIntegration::BackwardEuler< SolutionFieldType >::solve ( dsl::Expression< ValueType > &  eqn,
SolutionFieldType &  solutionField,
scalar  t,
scalar  dt 
)
inlineoverride

Definition at line 42 of file backwardEuler.hpp.


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