UDFImpl< T > Class Template Reference

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

#include <UDF.H>

Inheritance diagram for amr_wind::udf::UDFImpl< T >:
[legend]
Collaboration diagram for amr_wind::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 >
amr_wind::udf::UDFImpl< T >::UDFImpl ( Field & fld)
explicit

Member Function Documentation

◆ identifier()

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

◆ operator()()

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

Member Data Documentation

◆ m_field

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

◆ m_op

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

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