BISICLES AMR ice sheet model
0.9
|
calving model which removes all floating ice. More...
#include <CalvingModel.H>
Public Member Functions | |
virtual void | applyCriterion (LevelData< FArrayBox > &a_thickness, LevelData< FArrayBox > &a_calvedIce, LevelData< FArrayBox > &a_addedIce, LevelData< FArrayBox > &a_removedIce, LevelData< FArrayBox > &a_iceFrac, const AmrIce &a_amrIce, int a_level, Stage a_stage) |
FlotationCalvingModel (const Vector< int > &a_frontLo, const Vector< int > &a_frontHi, bool a_preserveSea, bool a_preserveLand) | |
virtual CalvingModel * | new_CalvingModel () |
factory method More... | |
![]() | |
virtual | ~CalvingModel () |
virtual void | getCalvingRate (LevelData< FArrayBox > &a_calvingRate, const AmrIce &a_amrIce, int a_level) |
frontal ablation rate. More... | |
virtual void | getWaterDepth (LevelData< FArrayBox > &a_waterDepth, const AmrIce &a_amrIce, int a_level) |
water depth for crevasse calving. More... | |
Additional Inherited Members | |
![]() | |
enum | Stage { Initialization, PostVelocitySolve, PostThicknessAdvection, PostRegrid, MAX_STAGE } |
![]() | |
static void | updateCalvedIce (const Real &a_thck, const Real a_prevThck, const int a_mask, Real &a_added, Real &a_calved, Real &a_removed) |
static CalvingModel * | parseCalvingModel (const char *a_prefix) |
calving model which removes all floating ice.
|
inline |
|
virtual |
Implements CalvingModel.
References AmrIce::geometry(), LevelSigmaCS::getFloatingMask(), LevelSigmaCS::grids(), and CalvingModel::updateCalvedIce().
Referenced by CompositeCalvingModel::~CompositeCalvingModel().
|
inlinevirtual |
factory method
Implements CalvingModel.