PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
Classes | Namespaces | Functions
FlowLaw.hh File Reference
#include <string>
#include "pism/util/EnthalpyConverter.hh"
#include "pism/util/Vector2d.hh"

Go to the source code of this file.

Classes

class  pism::rheology::FlowLaw
 

Namespaces

 pism
 
 pism::array
 
 pism::rheology
 Ice flow laws.
 

Functions

static double pism::secondInvariant_2D (const Vector2d &U_x, const Vector2d &U_y)
 
double pism::rheology::averaged_hardness (const FlowLaw &ice, double thickness, unsigned int kbelowH, const double *zlevels, const double *enthalpy)
 Computes vertical average of B(E, p) ice hardness, namely \(\bar B(E, p)\). More...
 
void pism::rheology::averaged_hardness_vec (const FlowLaw &ice, const array::Scalar &thickness, const array::Array3D &enthalpy, array::Scalar &result)
 
bool pism::rheology::FlowLawUsesGrainSize (const FlowLaw &flow_law)