File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
cookbooks/CPO_induced_anisotropic_viscosity/plugin Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -112,14 +112,15 @@ namespace aspect
112112 {
113113 ASPECT_REGISTER_VISUALIZATION_POSTPROCESSOR (AnisotropicStress,
114114 " Anisotropic stress" ,
115- " A visualization output object that generates output "
116- " for the 6 (in 3d) components of the anisotropic stress "
117- " tensor. The anisotropic stress is defined as $2 \eta "
118- " (\v arepsilon(\mathbf u) - \t frac 13 \t extrm{trace}\ "
119- " \v arepsilon(\mathbf u) \mathbf 1) = 2\eta (\v arepsilon(\mathbf u) - "
120- " \f rac 13 (\n abla \cdot \mathbf u) \mathbf I)$ * stress_strain_directors, and differs from the "
121- " full stress by the absence of the pressure. The second term in the "
122- " difference is zero if the model is incompressible." )
115+ " A visualization output "
116+ " object that generates "
117+ " adiabatic temperature, pressure, "
118+ " density, and density derivative (with regard to depth)"
119+ " as produced by the \\ texttt{AdiabaticConditions} class."
120+ " \n\n "
121+ " Physical units: $\\ text{K}$, $\\ text{Pa}$, "
122+ " $\\ frac{\\ text{kg}}{\\ text{m}^3\\ text{m}}$}, "
123+ " respectively, for the four components." )
123124 }
124125 }
125126}
You can’t perform that action at this time.
0 commit comments