Skip to content

Commit

Permalink
"LandauXYVxVy is not numerically tested"
Browse files Browse the repository at this point in the history
Closes #230

See merge request gysela-developpers/gyselalibxx!525

--------------------------------------------
  • Loading branch information
Emily Bourne committed Jun 20, 2024
1 parent ea18e25 commit 4b940ee
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 8 deletions.
16 changes: 8 additions & 8 deletions simulations/geometryXYVxVy/landau/params.yaml.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
constexpr char const* const params_yaml = R"PDI_CFG(SplineMesh:
x_min: 0.0
x_max: 12.56637061435917
x_ncells: 64
x_ncells: 32
y_min: 0.0
y_max: 12.56637061435917
y_ncells : 64
y_ncells : 32
vx_min: -6.0
vx_max: +6.0
vx_ncells: 127
vx_ncells: 34
vy_min: -6.0
vy_max: +6.0
vy_ncells: 127
vy_ncells: 34
SpeciesInfo:
- charge: -1
Expand All @@ -26,9 +26,9 @@ constexpr char const* const params_yaml = R"PDI_CFG(SplineMesh:
perturb_mode: 1
Algorithm:
deltat: 0.0625
nbiter: 480
deltat: 0.12
nbiter: 140
Output:
time_diag: 0.25
)PDI_CFG";
time_diag: 0.24
)PDI_CFG";
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions simulations/geometryXYVxVy/landau/ref_simulation/landau_ref.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
// SPDX-License-Identifier: MIT

#pragma once

constexpr char const* const params_yaml = R"PDI_CFG(SplineMesh:
x_min: 0.0
x_max: 12.56637061435917
x_ncells: 64
y_min: 0.0
y_max: 12.56637061435917
y_ncells : 64
vx_min: -6.0
vx_max: +6.0
vx_ncells: 127
vy_min: -6.0
vy_max: +6.0
vy_ncells: 127

SpeciesInfo:
- charge: -1
mass: 0.0005
density_eq: 1.
temperature_eq: 1.
mean_velocity_eq: 0.
perturb_amplitude: 0.05
perturb_mode: 1

Algorithm:
deltat: 0.0625
nbiter: 480

Output:
time_diag: 0.25
)PDI_CFG";

0 comments on commit 4b940ee

Please sign in to comment.