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::ForwardEuler< SolutionFieldType > Class Template Reference

#include <forwardEuler.hpp>

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

Public Types

using Expression = NeoFOAM::dsl::Expression
 
using Base = TimeIntegratorBase< SolutionFieldType >::template Register< ForwardEuler< SolutionFieldType > >
 

Public Member Functions

 ForwardEuler (const Dictionary &dict)
 
void solve (Expression &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::ForwardEuler< SolutionFieldType >

Definition at line 16 of file forwardEuler.hpp.

Member Typedef Documentation

◆ Base

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

Definition at line 23 of file forwardEuler.hpp.

◆ Expression

template<typename SolutionFieldType >
using NeoFOAM::timeIntegration::ForwardEuler< SolutionFieldType >::Expression = NeoFOAM::dsl::Expression

Definition at line 22 of file forwardEuler.hpp.

Constructor & Destructor Documentation

◆ ForwardEuler()

template<typename SolutionFieldType >
NeoFOAM::timeIntegration::ForwardEuler< SolutionFieldType >::ForwardEuler ( const Dictionary dict)
inline

Definition at line 26 of file forwardEuler.hpp.

Member Function Documentation

◆ clone()

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

Definition at line 53 of file forwardEuler.hpp.

◆ doc()

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

Definition at line 30 of file forwardEuler.hpp.

◆ name()

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

Definition at line 28 of file forwardEuler.hpp.

◆ schema()

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

Definition at line 32 of file forwardEuler.hpp.

◆ solve()

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

Definition at line 34 of file forwardEuler.hpp.


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