NeoN
WIP Prototype of a modern OpenFOAM core
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
NeoN::timeIntegration::TimeIntegratorBase< SolutionType > Class Template Referenceabstract

#include <timeIntegration.hpp>

Inheritance diagram for NeoN::timeIntegration::TimeIntegratorBase< SolutionType >:
NeoN::RuntimeSelectionFactory< TimeIntegratorBase< SolutionType >, Parameters< const Dictionary &, const Dictionary & > >

Public Types

using ValueType = typename SolutionType::VectorValueType
 
using Expression = NeoN::dsl::Expression< ValueType >
 

Public Member Functions

 TimeIntegratorBase (const Dictionary &schemeDict, const Dictionary &solutionDict)
 
virtual ~TimeIntegratorBase ()
 
virtual void solve (Expression &eqn, SolutionType &sol, scalar t, scalar dt)=0
 
virtual std::unique_ptr< TimeIntegratorBaseclone () const =0
 

Static Public Member Functions

static std::string name ()
 

Protected Attributes

const DictionaryschemeDict_
 
const DictionarysolutionDict_
 

Detailed Description

template<typename SolutionType>
class NeoN::timeIntegration::TimeIntegratorBase< SolutionType >

Definition at line 20 of file timeIntegration.hpp.

Member Typedef Documentation

◆ Expression

template<typename SolutionType >
using NeoN::timeIntegration::TimeIntegratorBase< SolutionType >::Expression = NeoN::dsl::Expression<ValueType>

Definition at line 29 of file timeIntegration.hpp.

◆ ValueType

template<typename SolutionType >
using NeoN::timeIntegration::TimeIntegratorBase< SolutionType >::ValueType = typename SolutionType::VectorValueType

Definition at line 28 of file timeIntegration.hpp.

Constructor & Destructor Documentation

◆ TimeIntegratorBase()

template<typename SolutionType >
NeoN::timeIntegration::TimeIntegratorBase< SolutionType >::TimeIntegratorBase ( const Dictionary schemeDict,
const Dictionary solutionDict 
)
inline

Definition at line 33 of file timeIntegration.hpp.

◆ ~TimeIntegratorBase()

template<typename SolutionType >
virtual NeoN::timeIntegration::TimeIntegratorBase< SolutionType >::~TimeIntegratorBase ( )
inlinevirtual

Definition at line 37 of file timeIntegration.hpp.

Member Function Documentation

◆ clone()

template<typename SolutionType >
virtual std::unique_ptr< TimeIntegratorBase > NeoN::timeIntegration::TimeIntegratorBase< SolutionType >::clone ( ) const
pure virtual

◆ name()

template<typename SolutionType >
static std::string NeoN::timeIntegration::TimeIntegratorBase< SolutionType >::name ( )
inlinestatic

Definition at line 31 of file timeIntegration.hpp.

◆ solve()

template<typename SolutionType >
virtual void NeoN::timeIntegration::TimeIntegratorBase< SolutionType >::solve ( Expression eqn,
SolutionType &  sol,
scalar  t,
scalar  dt 
)
pure virtual

Member Data Documentation

◆ schemeDict_

template<typename SolutionType >
const Dictionary& NeoN::timeIntegration::TimeIntegratorBase< SolutionType >::schemeDict_
protected

Definition at line 48 of file timeIntegration.hpp.

◆ solutionDict_

template<typename SolutionType >
const Dictionary& NeoN::timeIntegration::TimeIntegratorBase< SolutionType >::solutionDict_
protected

Definition at line 49 of file timeIntegration.hpp.


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