/home/runner/work/amr-wind/amr-wind/amr-wind/utilities/subvolume/Subvolume.H Source File
|
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
|
Loading...
Searching...
No Matches
Subvolume.H
Go to the documentation of this file.
Definition CFDSim.H:54
std::unique_ptr< DerivedQtyMgr > m_derived_mgr
List of derived fields to be sampled for this collection of probes.
Definition Subvolume.H:73
amrex::Vector< Field * > m_fields
List of fields to be sampled for this collection of probes.
Definition Subvolume.H:67
const amrex::Vector< std::string > & var_names() const
Definition Subvolume.H:52
Subvolume(CFDSim &, std::string)
Definition Subvolume.cpp:13
amrex::Vector< std::string > m_var_names
List of variable names for output.
Definition Subvolume.H:64
~Subvolume() override
amrex::Vector< std::unique_ptr< SubvolumeBase > > m_subvolumes
Definition Subvolume.H:61
void post_regrid_actions() override
Do any work that needs to happen after regrid.
Definition Subvolume.cpp:124
void pre_init_actions() override
Perform actions before mesh is created.
Definition Subvolume.H:38
amrex::Vector< IntField * > m_int_fields
List of IntFields to be sampled for this collection of probes.
Definition Subvolume.H:70
void initialize() override
Read user inputs for chunks, output timing.
Definition Subvolume.cpp:21
void post_advance_work() override
Actions to do at end of every time step.
Definition Subvolume.H:50
void output_actions() override
Get chunks and output to disk.
Definition Subvolume.cpp:133
Definition RectangularSubvolume.cpp:7
Generated by