Skip to content

Commit

Permalink
Add clarification to description of perimter(z) and area(z)
Browse files Browse the repository at this point in the history
  • Loading branch information
unalmis committed Jul 3, 2024
1 parent 9266c10 commit 5c3d5f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions desc/compute/_geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def _A_of_z(params, transforms, profiles, data, **kwargs):
units="m^{2}",
units_long="square meters",
description="Area of enclosed cross-section (enclosed constant phi surface), "
"scaled by ρ⁻², as function of zeta",
"scaled by max(ρ)⁻², as function of zeta",
dim=1,
params=[],
transforms={"grid": []},
Expand Down Expand Up @@ -418,7 +418,7 @@ def _R0_over_a(params, transforms, profiles, data, **kwargs):
units="m",
units_long="meters",
description="Perimeter of enclosed cross-section (enclosed constant phi surface), "
"scaled by ρ⁻¹, as function of zeta",
"scaled by max(ρ)⁻¹, as function of zeta",
dim=1,
params=[],
transforms={"grid": []},
Expand Down

0 comments on commit 5c3d5f0

Please sign in to comment.