Canoe
Comprehensive Atmosphere N' Ocean Engine
microphysics.cpp File Reference

Implementation of the Microphysics class. More...

#include <fstream>
#include <athena/athena.hpp>
#include <athena/mesh/mesh.hpp>
#include <athena/parameter_input.hpp>
#include <athena/reconstruct/interpolation.hpp>
#include <athena/scalars/scalars.hpp>
#include <application/application.hpp>
#include <application/exceptions.hpp>
#include <air_parcel.hpp>
#include <configure.hpp>
#include <impl.hpp>
#include "microphysical_schemes.hpp"
#include "microphysics.hpp"

Go to the source code of this file.

Namespaces

 AllTasks
 

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_claculate_flux (MeshBlock *pmb, IntegrationStage stage)
 

Detailed Description

Implementation of the Microphysics class.

Definition in file microphysics.cpp.