BISICLES AMR ice sheet model  0.9
Public Member Functions | Protected Attributes | List of all members
DeglaciationCalvingModelA Class Reference

#include <CalvingModel.H>

Inheritance diagram for DeglaciationCalvingModelA:
Inheritance graph
[legend]
Collaboration diagram for DeglaciationCalvingModelA:
Collaboration graph
[legend]

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)
 
 DeglaciationCalvingModelA (const Real &a_calvingThickness, const Real &a_calvingOceanDepth, const Real &a_minThickness, const Real &a_startTime, const Real &a_endTime)
 
virtual CalvingModelnew_CalvingModel ()
 factory method More...
 
- Public Member Functions inherited from CalvingModel
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...
 

Protected Attributes

Real m_calvingThickness
 
Real m_calvingOceanDepth
 
Real m_minThickness
 
Real m_startTime
 
Real m_endTime
 

Additional Inherited Members

- Public Types inherited from CalvingModel
enum  Stage {
  Initialization, PostVelocitySolve, PostThicknessAdvection, PostRegrid,
  MAX_STAGE
}
 
- Static Public Member Functions inherited from CalvingModel
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 CalvingModelparseCalvingModel (const char *a_prefix)
 

Constructor & Destructor Documentation

◆ DeglaciationCalvingModelA()

DeglaciationCalvingModelA::DeglaciationCalvingModelA ( const Real &  a_calvingThickness,
const Real &  a_calvingOceanDepth,
const Real &  a_minThickness,
const Real &  a_startTime,
const Real &  a_endTime 
)
inline

Member Function Documentation

◆ applyCriterion()

void DeglaciationCalvingModelA::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 
)
virtual

◆ new_CalvingModel()

virtual CalvingModel* DeglaciationCalvingModelA::new_CalvingModel ( )
inlinevirtual

factory method

Implements CalvingModel.

Member Data Documentation

◆ m_calvingOceanDepth

Real DeglaciationCalvingModelA::m_calvingOceanDepth
protected

◆ m_calvingThickness

Real DeglaciationCalvingModelA::m_calvingThickness
protected

◆ m_endTime

Real DeglaciationCalvingModelA::m_endTime
protected

◆ m_minThickness

Real DeglaciationCalvingModelA::m_minThickness
protected

◆ m_startTime

Real DeglaciationCalvingModelA::m_startTime
protected

The documentation for this class was generated from the following files: