#include <OversetManager.H>
Overset interface manager
◆ base_identifier()
static std::string amr_wind::OversetManager::base_identifier |
( |
| ) |
|
|
inlinestatic |
◆ post_init_actions()
virtual void amr_wind::OversetManager::post_init_actions |
( |
| ) |
|
|
pure virtual |
Perform one-time initialization actions.
This method is called after the initial mesh and solution fields have been created.
◆ post_overset_conn_work()
virtual void amr_wind::OversetManager::post_overset_conn_work |
( |
| ) |
|
|
pure virtual |
Updates necessary after overset connectivity has been updated.
Update dependent fields or data structures as a result of changes in overset connectivity.
◆ post_regrid_actions()
virtual void amr_wind::OversetManager::post_regrid_actions |
( |
| ) |
|
|
pure virtual |
Perform necessary updates after a regrid.
◆ pre_overset_conn_work()
virtual void amr_wind::OversetManager::pre_overset_conn_work |
( |
| ) |
|
|
pure virtual |
Perform actions before initializing connectivity through overset library.
This method is called before performing connectivity. The implementation should update all necessary mesh data and metadata that will be used for overset connectivity.
◆ register_solution()
virtual void amr_wind::OversetManager::register_solution |
( |
const std::vector< std::string > & | cell_vars, |
|
|
const std::vector< std::string > & | node_vars ) |
|
pure virtual |
Perform actions necessary to register fields for overset exchange.
This method will be called at least once every timestep and, perhaps, multiple times within a timestep.
◆ update_solution()
virtual void amr_wind::OversetManager::update_solution |
( |
| ) |
|
|
pure virtual |
Additional work after solution fields have been exchanged.
The documentation for this class was generated from the following file: