ConstantMap Class Reference

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

#include <ConstantMap.H>

Inheritance diagram for amr_wind::const_map::ConstantMap:
[legend]
Collaboration diagram for amr_wind::const_map::ConstantMap:
[legend]

Public Member Functions

 ConstantMap ()
 
 ~ConstantMap () override=default
 
void create_map (int, const amrex::Geometry &) override
 Construct the mesh scaling field.
 
void create_cell_node_map (int)
 Construct mesh scaling field on cell centers and nodes.
 
void create_face_map (int)
 Construct mesh scaling field on cell faces.
 
void create_non_uniform_mesh (int, const amrex::Geometry &)
 Construct the non-uniform mesh field.
 

Static Public Member Functions

static std::string identifier ()
 

Private Attributes

amrex::Vector< amrex::Real > m_fac {1.0, 1.0, 1.0}
 Factor to scale the mesh by.
 

Detailed Description

Coonstant scaling mesh map

Constructor & Destructor Documentation

◆ ConstantMap()

amr_wind::const_map::ConstantMap::ConstantMap ( )
explicit

◆ ~ConstantMap()

amr_wind::const_map::ConstantMap::~ConstantMap ( )
overridedefault

Member Function Documentation

◆ create_cell_node_map()

void amr_wind::const_map::ConstantMap::create_cell_node_map ( int lev)

Construct mesh scaling field on cell centers and nodes.

Construct the mesh mapping field on cell centers and nodes

◆ create_face_map()

void amr_wind::const_map::ConstantMap::create_face_map ( int lev)

Construct mesh scaling field on cell faces.

Construct the mesh mapping field on cell faces

◆ create_map()

void amr_wind::const_map::ConstantMap::create_map ( int lev,
const amrex::Geometry & geom )
override

Construct the mesh scaling field.

Construct the mesh mapping field

◆ create_non_uniform_mesh()

void amr_wind::const_map::ConstantMap::create_non_uniform_mesh ( int lev,
const amrex::Geometry & geom )

Construct the non-uniform mesh field.

Construct the non-uniform mesh field

◆ identifier()

static std::string amr_wind::const_map::ConstantMap::identifier ( )
inlinestatic

Member Data Documentation

◆ m_fac

amrex::Vector<amrex::Real> amr_wind::const_map::ConstantMap::m_fac {1.0, 1.0, 1.0}
private

Factor to scale the mesh by.


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