From 6507e291266aadf5af2e3a1d16f76b704a00abd9 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Sat, 20 Jan 2024 10:42:12 +0000 Subject: [PATCH] correcting ss units --- src/openmc_plasma_source/tokamak_source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openmc_plasma_source/tokamak_source.py b/src/openmc_plasma_source/tokamak_source.py index e7ea928..a594e95 100644 --- a/src/openmc_plasma_source/tokamak_source.py +++ b/src/openmc_plasma_source/tokamak_source.py @@ -41,7 +41,7 @@ class TokamakSource: pedestal_radius (float): Minor radius at pedestal (cm) shafranov_factor (float): Shafranov factor (referred in [1] as esh) also known as outward radial displacement of magnetic surfaces - (m) + (cm) angles (iterable of floats): the start and stop angles of the ring in radians sample_size (int, optional): number of neutron sources. Defaults