Canoe
Comprehensive Atmosphere N' Ocean Engine
|
#include <map>
#include <memory>
#include <vector>
#include <athena/athena.hpp>
#include <air_parcel.hpp>
#include <schedulers.hpp>
#include <virtual_groups.hpp>
Go to the source code of this file.
Classes | |
class | Microphysics |
root-level management class for microphysics More... | |
Namespaces | |
AllTasks | |
Typedefs | |
using | MicrophysicsPtr = std::shared_ptr< Microphysics > |
Functions | |
bool | AllTasks::hydro_implicit_correction (MeshBlock *pmb, IntegrationStage stage) |
bool | AllTasks::hydro_calculate_flux (MeshBlock *pmb, IntegrationStage stage) |
bool | AllTasks::microphysics_set_sedimentaton_velocity (MeshBlock *pmb, IntegrationStage stage) |
bool | AllTasks::microphysics_set_mass_flux (MeshBlock *pmb, IntegrationStage stage) |
bool | AllTasks::microphysics_evolve_system (MeshBlock *pmb, IntegrationStage stage) |
bool | AllTasks::scalar_calculate_flux (MeshBlock *pmb, IntegrationStage stage) |
using MicrophysicsPtr = std::shared_ptr<Microphysics> |
Definition at line 77 of file microphysics.hpp.