ConstValue Class Reference

Kynema-SGF API: kynema_sgf::udf::ConstValue Class Reference
Kynema-SGF API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches

#include <UDF.H>

Inheritance diagram for kynema_sgf::udf::ConstValue:
[legend]
Collaboration diagram for kynema_sgf::udf::ConstValue:
[legend]

Public Member Functions

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

Static Public Member Functions

static std::string identifier ()

Private Attributes

Fieldm_field
amrex::Vector< amrex::Real > m_value

Constructor & Destructor Documentation

◆ ConstValue()

kynema_sgf::udf::ConstValue::ConstValue ( Field & fld)
explicit

Member Function Documentation

◆ identifier()

std::string kynema_sgf::udf::ConstValue::identifier ( )
inlinestatic

◆ operator()()

void kynema_sgf::udf::ConstValue::operator() ( int level,
const amrex::Geometry & geom )
override

Member Data Documentation

◆ m_field

Field& kynema_sgf::udf::ConstValue::m_field
private

◆ m_value

amrex::Vector<amrex::Real> kynema_sgf::udf::ConstValue::m_value
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