#include <CurvatureRefinement.H>
AMR refinement using a given field (e.g., density)
tagging.labels = t1
tagging/t1.field_name = density
# Tagging based on field's curvature value
# tagging/t1.values = 10.0 10.0
Definition CurvatureRefinement.H:22
◆ CurvatureRefinement()
amr_wind::CurvatureRefinement::CurvatureRefinement |
( |
const CFDSim & | sim | ) |
|
|
explicit |
◆ ~CurvatureRefinement()
amr_wind::CurvatureRefinement::~CurvatureRefinement |
( |
| ) |
|
|
overridedefault |
◆ identifier()
static std::string amr_wind::CurvatureRefinement::identifier |
( |
| ) |
|
|
inlinestatic |
◆ initialize()
void amr_wind::CurvatureRefinement::initialize |
( |
const std::string & | key | ) |
|
|
override |
Read input file and initialize boxarray used to refine each level.
◆ operator()()
void amr_wind::CurvatureRefinement::operator() |
( |
int | level, |
|
|
amrex::TagBoxArray & | tags, |
|
|
amrex::Real | time, |
|
|
int | ngrow ) |
|
override |
◆ m_curv_value
amrex::Vector<amrex::Real> amr_wind::CurvatureRefinement::m_curv_value |
|
private |
◆ m_field
Field* amr_wind::CurvatureRefinement::m_field {nullptr} |
|
private |
◆ m_max_lev_field
int amr_wind::CurvatureRefinement::m_max_lev_field {-1} |
|
private |
◆ m_sim
const CFDSim& amr_wind::CurvatureRefinement::m_sim |
|
private |
The documentation for this class was generated from the following files: