Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/vmecpp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1953,7 +1953,8 @@ class Threed1GeometricAndMagneticQuantities(BaseModelWithNumpy):
"""Normalization factor used in the threed1 computation."""

b0: float
"""Magnetic field magnitude on the magnetic axis."""
"""On-axis R B_phi (``rbtor0``) divided by the major radius of the magnetic axis at
phi = 0; the field strength on the axis only for a planar circular axis."""

rmax_surf: float
"""Maximum major radius on the boundary."""
Expand Down
Loading