UDFImpl< T > Class Template Reference

Kynema-SGF API: kynema_sgf::udf::UDFImpl< T > Class Template Reference
Kynema-SGF API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches
kynema_sgf::udf::UDFImpl< T > Class Template Reference

#include <UDF.H>

Inheritance diagram for kynema_sgf::udf::UDFImpl< T >:
[legend]
Collaboration diagram for kynema_sgf::udf::UDFImpl< T >:
[legend]

Public Member Functions

 UDFImpl (Field &)
void operator() (int level, const amrex::Geometry &geom) override

Static Public Member Functions

static std::string identifier ()

Private Attributes

Fieldm_field
T m_op

Constructor & Destructor Documentation

◆ UDFImpl()

template<typename T>
kynema_sgf::udf::UDFImpl< T >::UDFImpl ( Field & fld)
explicit

Member Function Documentation

◆ identifier()

template<typename T>
std::string kynema_sgf::udf::UDFImpl< T >::identifier ( )
inlinestatic

◆ operator()()

template<typename T>
void kynema_sgf::udf::UDFImpl< T >::operator() ( int level,
const amrex::Geometry & geom )
override

Member Data Documentation

◆ m_field

template<typename T>
Field& kynema_sgf::udf::UDFImpl< T >::m_field
private

◆ m_op

template<typename T>
T kynema_sgf::udf::UDFImpl< T >::m_op
private

The documentation for this class was generated from the following files:
  • /home/runner/work/kynema-sgf/kynema-sgf/src/physics/udfs/UDF.H
  • /home/runner/work/kynema-sgf/kynema-sgf/src/physics/udfs/UDF.cpp