ConstValue Class Reference

AMR-Wind API: amr_wind::udf::ConstValue Class Reference
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches

#include <UDF.H>

Inheritance diagram for amr_wind::udf::ConstValue:
[legend]
Collaboration diagram for amr_wind::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()

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

Member Function Documentation

◆ identifier()

static std::string amr_wind::udf::ConstValue::identifier ( )
inlinestatic

◆ operator()()

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

Member Data Documentation

◆ m_field

Field& amr_wind::udf::ConstValue::m_field
private

◆ m_value

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