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

#include <timeIntegration.hpp>

Public Types

using Expression = NeoFOAM::dsl::Expression
 

Public Member Functions

 TimeIntegration (const TimeIntegration &timeIntegrator)
 
 TimeIntegration (TimeIntegration &&timeIntegrator)
 
 TimeIntegration (const Dictionary &dict)
 
void solve (Expression &eqn, SolutionFieldType &sol, scalar t, scalar dt)
 

Detailed Description

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

Definition at line 53 of file timeIntegration.hpp.

Member Typedef Documentation

◆ Expression

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

Definition at line 58 of file timeIntegration.hpp.

Constructor & Destructor Documentation

◆ TimeIntegration() [1/3]

template<typename SolutionFieldType >
NeoFOAM::timeIntegration::TimeIntegration< SolutionFieldType >::TimeIntegration ( const TimeIntegration< SolutionFieldType > &  timeIntegrator)
inline

Definition at line 60 of file timeIntegration.hpp.

◆ TimeIntegration() [2/3]

template<typename SolutionFieldType >
NeoFOAM::timeIntegration::TimeIntegration< SolutionFieldType >::TimeIntegration ( TimeIntegration< SolutionFieldType > &&  timeIntegrator)
inline

Definition at line 63 of file timeIntegration.hpp.

◆ TimeIntegration() [3/3]

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

Definition at line 66 of file timeIntegration.hpp.

Member Function Documentation

◆ solve()

template<typename SolutionFieldType >
void NeoFOAM::timeIntegration::TimeIntegration< SolutionFieldType >::solve ( Expression eqn,
SolutionFieldType &  sol,
scalar  t,
scalar  dt 
)
inline

Definition at line 71 of file timeIntegration.hpp.


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