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

A calving model which enforces a maximum extent of the ice shelf. More...

#include <CalvingModel.H>

Inheritance diagram for MaximumExtentCalvingModel:
Inheritance graph
[legend]
Collaboration diagram for MaximumExtentCalvingModel:
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)
 
 MaximumExtentCalvingModel (const RealVect &a_highLoc, const RealVect &a_lowLoc, 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_startTime
 
Real m_endTime
 
RealVect m_highLoc
 
RealVect m_lowLoc
 

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)
 

Detailed Description

A calving model which enforces a maximum extent of the ice shelf.

Constructor & Destructor Documentation

◆ MaximumExtentCalvingModel()

MaximumExtentCalvingModel::MaximumExtentCalvingModel ( const RealVect &  a_highLoc,
const RealVect &  a_lowLoc,
const Real &  a_startTime,
const Real &  a_endTime 
)
inline

Member Function Documentation

◆ applyCriterion()

void MaximumExtentCalvingModel::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* MaximumExtentCalvingModel::new_CalvingModel ( )
inlinevirtual

factory method

Implements CalvingModel.

Member Data Documentation

◆ m_endTime

Real MaximumExtentCalvingModel::m_endTime
protected

◆ m_highLoc

RealVect MaximumExtentCalvingModel::m_highLoc
protected

◆ m_lowLoc

RealVect MaximumExtentCalvingModel::m_lowLoc
protected

◆ m_startTime

Real MaximumExtentCalvingModel::m_startTime
protected

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