From c2cd7593b6a32ab17f82e5f8ae8a99f6520af1ee Mon Sep 17 00:00:00 2001 From: John Omotani Date: Fri, 9 Aug 2024 19:01:11 +0100 Subject: [PATCH] Add "coarse_tails" grid spacing option to some example input files --- .../recycling-fraction/wall-bc_recyclefraction0.5-init.toml | 2 ++ examples/recycling-fraction/wall-bc_recyclefraction0.5.toml | 2 ++ .../wall-bc_recyclefraction0.5_split1.toml | 2 ++ .../wall-bc_recyclefraction0.5_split2.toml | 2 ++ .../wall-bc_recyclefraction0.5_split3-init.toml | 6 ++++-- .../wall-bc_recyclefraction0.5_split3.toml | 2 ++ .../wall-bc_recyclefraction0.5_split3_SSPRK4.toml | 2 ++ .../wall-bc_recyclefraction0.5_split3_fekete104.toml | 2 ++ .../wall-bc_recyclefraction0.5_split3_fekete42.toml | 2 ++ .../wall-bc_recyclefraction0.5_split3_fekete64.toml | 2 ++ .../wall-bc_recyclefraction0.5_split3_rkf54.toml | 2 ++ 11 files changed, 24 insertions(+), 2 deletions(-) diff --git a/examples/recycling-fraction/wall-bc_recyclefraction0.5-init.toml b/examples/recycling-fraction/wall-bc_recyclefraction0.5-init.toml index 9442b1dde..a5b99b38c 100644 --- a/examples/recycling-fraction/wall-bc_recyclefraction0.5-init.toml +++ b/examples/recycling-fraction/wall-bc_recyclefraction0.5-init.toml @@ -55,11 +55,13 @@ vpa_nelement = 63 vpa_L = 36.0 vpa_bc = "zero" vpa_discretization = "chebyshev_pseudospectral" +vpa_element_spacing_option = "coarse_tails" vz_ngrid = 6 vz_nelement = 63 vz_L = 36.0 vz_bc = "zero" vz_discretization = "chebyshev_pseudospectral" +vz_element_spacing_option = "coarse_tails" [timestepping] type = "Fekete4(3)" diff --git a/examples/recycling-fraction/wall-bc_recyclefraction0.5.toml b/examples/recycling-fraction/wall-bc_recyclefraction0.5.toml index 70e81e234..4dd72f914 100644 --- a/examples/recycling-fraction/wall-bc_recyclefraction0.5.toml +++ b/examples/recycling-fraction/wall-bc_recyclefraction0.5.toml @@ -55,11 +55,13 @@ vpa_nelement = 63 vpa_L = 36.0 vpa_bc = "zero" vpa_discretization = "chebyshev_pseudospectral" +vpa_element_spacing_option = "coarse_tails" vz_ngrid = 10 vz_nelement = 63 vz_L = 36.0 vz_bc = "zero" vz_discretization = "chebyshev_pseudospectral" +vz_element_spacing_option = "coarse_tails" [timestepping] type = "Fekete4(3)" diff --git a/examples/recycling-fraction/wall-bc_recyclefraction0.5_split1.toml b/examples/recycling-fraction/wall-bc_recyclefraction0.5_split1.toml index 634959e88..382eec7df 100644 --- a/examples/recycling-fraction/wall-bc_recyclefraction0.5_split1.toml +++ b/examples/recycling-fraction/wall-bc_recyclefraction0.5_split1.toml @@ -55,11 +55,13 @@ vpa_nelement = 63 vpa_L = 36.0 vpa_bc = "zero" vpa_discretization = "chebyshev_pseudospectral" +vpa_element_spacing_option = "coarse_tails" vz_ngrid = 10 vz_nelement = 63 vz_L = 36.0 vz_bc = "zero" vz_discretization = "chebyshev_pseudospectral" +vz_element_spacing_option = "coarse_tails" [timestepping] type = "Fekete4(3)" diff --git a/examples/recycling-fraction/wall-bc_recyclefraction0.5_split2.toml b/examples/recycling-fraction/wall-bc_recyclefraction0.5_split2.toml index f1ba6bc68..bc5a2c300 100644 --- a/examples/recycling-fraction/wall-bc_recyclefraction0.5_split2.toml +++ b/examples/recycling-fraction/wall-bc_recyclefraction0.5_split2.toml @@ -55,11 +55,13 @@ vpa_nelement = 63 vpa_L = 36.0 vpa_bc = "zero" vpa_discretization = "chebyshev_pseudospectral" +vpa_element_spacing_option = "coarse_tails" vz_ngrid = 10 vz_nelement = 63 vz_L = 36.0 vz_bc = "zero" vz_discretization = "chebyshev_pseudospectral" +vz_element_spacing_option = "coarse_tails" [timestepping] type = "Fekete4(3)" diff --git a/examples/recycling-fraction/wall-bc_recyclefraction0.5_split3-init.toml b/examples/recycling-fraction/wall-bc_recyclefraction0.5_split3-init.toml index 7c6e17f90..a8126ae87 100644 --- a/examples/recycling-fraction/wall-bc_recyclefraction0.5_split3-init.toml +++ b/examples/recycling-fraction/wall-bc_recyclefraction0.5_split3-init.toml @@ -55,19 +55,21 @@ vpa_nelement = 63 vpa_L = 36.0 vpa_bc = "zero" vpa_discretization = "chebyshev_pseudospectral" +vpa_element_spacing_option = "coarse_tails" vz_ngrid = 6 vz_nelement = 63 vz_L = 36.0 vz_bc = "zero" vz_discretization = "chebyshev_pseudospectral" +vz_element_spacing_option = "coarse_tails" [timestepping] type = "Fekete4(3)" nstep = 100000 dt = 1.0e-5 minimum_dt = 1.0e-6 -nwrite = 1000 -nwrite_dfns = 1000 +nwrite = 10000 +nwrite_dfns = 10000 split_operators = false steady_state_residual = true converged_residual_value = 1.0e-3 diff --git a/examples/recycling-fraction/wall-bc_recyclefraction0.5_split3.toml b/examples/recycling-fraction/wall-bc_recyclefraction0.5_split3.toml index 1352d2fdd..4e77b7ca1 100644 --- a/examples/recycling-fraction/wall-bc_recyclefraction0.5_split3.toml +++ b/examples/recycling-fraction/wall-bc_recyclefraction0.5_split3.toml @@ -55,11 +55,13 @@ vpa_nelement = 63 vpa_L = 36.0 vpa_bc = "zero" vpa_discretization = "chebyshev_pseudospectral" +vpa_element_spacing_option = "coarse_tails" vz_ngrid = 10 vz_nelement = 63 vz_L = 36.0 vz_bc = "zero" vz_discretization = "chebyshev_pseudospectral" +vz_element_spacing_option = "coarse_tails" [timestepping] type = "Fekete4(3)" diff --git a/examples/recycling-fraction/wall-bc_recyclefraction0.5_split3_SSPRK4.toml b/examples/recycling-fraction/wall-bc_recyclefraction0.5_split3_SSPRK4.toml index 73be81551..dc3bcc37c 100644 --- a/examples/recycling-fraction/wall-bc_recyclefraction0.5_split3_SSPRK4.toml +++ b/examples/recycling-fraction/wall-bc_recyclefraction0.5_split3_SSPRK4.toml @@ -55,11 +55,13 @@ vpa_nelement = 63 vpa_L = 36.0 vpa_bc = "zero" vpa_discretization = "chebyshev_pseudospectral" +vpa_element_spacing_option = "coarse_tails" vz_ngrid = 10 vz_nelement = 63 vz_L = 36.0 vz_bc = "zero" vz_discretization = "chebyshev_pseudospectral" +vz_element_spacing_option = "coarse_tails" [timestepping] #nstep = 50000 diff --git a/examples/recycling-fraction/wall-bc_recyclefraction0.5_split3_fekete104.toml b/examples/recycling-fraction/wall-bc_recyclefraction0.5_split3_fekete104.toml index 26a9fda8b..7c9851ca0 100644 --- a/examples/recycling-fraction/wall-bc_recyclefraction0.5_split3_fekete104.toml +++ b/examples/recycling-fraction/wall-bc_recyclefraction0.5_split3_fekete104.toml @@ -57,11 +57,13 @@ vpa_nelement = 63 vpa_L = 36.0 vpa_bc = "zero" vpa_discretization = "chebyshev_pseudospectral" +vpa_element_spacing_option = "coarse_tails" vz_ngrid = 10 vz_nelement = 63 vz_L = 36.0 vz_bc = "zero" vz_discretization = "chebyshev_pseudospectral" +vz_element_spacing_option = "coarse_tails" [timestepping] type = "Fekete10(4)" diff --git a/examples/recycling-fraction/wall-bc_recyclefraction0.5_split3_fekete42.toml b/examples/recycling-fraction/wall-bc_recyclefraction0.5_split3_fekete42.toml index 7478a386e..0e42372f3 100644 --- a/examples/recycling-fraction/wall-bc_recyclefraction0.5_split3_fekete42.toml +++ b/examples/recycling-fraction/wall-bc_recyclefraction0.5_split3_fekete42.toml @@ -57,11 +57,13 @@ vpa_nelement = 63 vpa_L = 36.0 vpa_bc = "zero" vpa_discretization = "chebyshev_pseudospectral" +vpa_element_spacing_option = "coarse_tails" vz_ngrid = 10 vz_nelement = 63 vz_L = 36.0 vz_bc = "zero" vz_discretization = "chebyshev_pseudospectral" +vz_element_spacing_option = "coarse_tails" [timestepping] type = "Fekete4(2)" diff --git a/examples/recycling-fraction/wall-bc_recyclefraction0.5_split3_fekete64.toml b/examples/recycling-fraction/wall-bc_recyclefraction0.5_split3_fekete64.toml index 3c86487ac..0601e8e6f 100644 --- a/examples/recycling-fraction/wall-bc_recyclefraction0.5_split3_fekete64.toml +++ b/examples/recycling-fraction/wall-bc_recyclefraction0.5_split3_fekete64.toml @@ -57,11 +57,13 @@ vpa_nelement = 63 vpa_L = 36.0 vpa_bc = "zero" vpa_discretization = "chebyshev_pseudospectral" +vpa_element_spacing_option = "coarse_tails" vz_ngrid = 10 vz_nelement = 63 vz_L = 36.0 vz_bc = "zero" vz_discretization = "chebyshev_pseudospectral" +vz_element_spacing_option = "coarse_tails" [timestepping] type = "Fekete6(4)" diff --git a/examples/recycling-fraction/wall-bc_recyclefraction0.5_split3_rkf54.toml b/examples/recycling-fraction/wall-bc_recyclefraction0.5_split3_rkf54.toml index 8372db4cc..5de2b0464 100644 --- a/examples/recycling-fraction/wall-bc_recyclefraction0.5_split3_rkf54.toml +++ b/examples/recycling-fraction/wall-bc_recyclefraction0.5_split3_rkf54.toml @@ -57,11 +57,13 @@ vpa_nelement = 63 vpa_L = 36.0 vpa_bc = "zero" vpa_discretization = "chebyshev_pseudospectral" +vpa_element_spacing_option = "coarse_tails" vz_ngrid = 10 vz_nelement = 63 vz_L = 36.0 vz_bc = "zero" vz_discretization = "chebyshev_pseudospectral" +vz_element_spacing_option = "coarse_tails" [timestepping] type = "RKF5(4)"