From 47dde8013e4e8b211e1856084a2247d383f14f59 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Thu, 12 Dec 2024 15:59:34 +0100 Subject: [PATCH] increased default number of rings --- 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 a439583..313efc8 100644 --- a/src/openmc_plasma_source/tokamak_source.py +++ b/src/openmc_plasma_source/tokamak_source.py @@ -28,7 +28,7 @@ def tokamak_source( pedestal_radius: float, shafranov_factor: float, angles: Tuple[float, float] = (0, 2 * np.pi), - sample_size: int = 1000, + sample_size: int = 10000, fuel: Dict[str, float] = {"D": 0.5, "T": 0.5}, sample_seed: int = 122807528840384100672342137672332424406, ) -> List[IndependentSource]: