ConstantMap Class Reference
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
|
Loading...
Searching...
No Matches
amr_wind::const_map::ConstantMap Class Reference
#include <ConstantMap.H>
Inheritance diagram for amr_wind::const_map::ConstantMap:
Collaboration diagram for amr_wind::const_map::ConstantMap:
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()
|
explicit |
◆ ~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()
|
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()
|
inlinestatic |
Member Data Documentation
◆ m_fac
|
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
Generated by 1.12.0