PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
◆ D2()
This function computes D^2 defined by 2D^2 = D_{ij} D_{ij} or D^2 = \frac{1}{2}\,\left(\frac{1}{2}\,(v_{z})^2 + (v_{y} + u_{x})^2 + (v_{y})^2 + \frac{1}{2}\,(v_{x} + u_{y})^2 + \frac{1}{2}\,(u_{z})^2 + (u_{x})^2\right) (note the use of the summation convention). Here D_{ij} is the strain rate tensor. See StressBalance::compute_volumetric_strain_heating() for details.
Definition at line 440 of file StressBalance.cc. Referenced by pism::stressbalance::StressBalance::compute_volumetric_strain_heating(). |