Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Merge requests
!1864
Updates for testing Circularly Polarised Alfven Wave Test
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Updates for testing Circularly Polarised Alfven Wave Test
karapiperis/PolarisedAlfvenWave
into
MHD_canvas
Overview
19
Commits
6
Changes
7
2 unresolved threads
Hide all comments
Closed
Orestis Karapiperis
requested to merge
karapiperis/PolarisedAlfvenWave
into
MHD_canvas
1 year ago
Overview
19
Commits
6
Changes
7
2 unresolved threads
Hide all comments
Expand
0
0
Merge request reports
Compare
MHD_canvas
version 3
ab98373d
1 year ago
version 2
88ea3ace
1 year ago
version 1
7b53e68c
1 year ago
MHD_canvas (base)
and
latest version
latest version
7baab7ad
6 commits,
1 year ago
version 3
ab98373d
5 commits,
1 year ago
version 2
88ea3ace
2 commits,
1 year ago
version 1
7b53e68c
1 commit,
1 year ago
7 files
+
426
−
37
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
examples/MHDTests/CircularlyPolarisedAlfvenWave/
C
ircularlyPolarisedAlfvenWave.yml
→
examples/MHDTests/CircularlyPolarisedAlfvenWave/
c
ircularlyPolarisedAlfvenWave.yml
+
8
−
6
Options
@@ -17,7 +17,7 @@ TimeIntegration:
Snapshots
:
basename
:
CircularlyPolarisedAlfvenWave
# Common part of the name of output files
time_first
:
0.
# Time of the first output (in internal units)
delta_time
:
0.5
# Time difference between consecutive outputs (in internal units)
delta_time
:
5.0
# Time difference between consecutive outputs (in internal units)
compression
:
1
# Parameters governing the conserved quantities statistics
@@ -26,15 +26,17 @@ Statistics:
# Parameters for the hydrodynamics scheme
SPH
:
resolution_eta
:
1.2
348
# Target smoothing length in units of the mean inter-particle separation (1.2348 == 48Ngbs with the cubic spline kernel$
resolution_eta
:
1.2
# Target smoothing length in units of the mean inter-particle separation (1.2348 == 48Ngbs with the cubic spline kernel$
CFL_condition
:
0.075
# Courant-Friedrich-Levy condition for time integration.
viscosity_alpha
:
2.0
# Parameters for MHD schemes
MHD
:
hyperbolic_dedner
:
1.0
parabolic_dedner
:
2.0
diffusion_eta
:
0.0
monopole_subtraction
:
1.0
artificial_diffusion
:
0.0
hyperbolic_dedner
:
0.0
hyperbolic_dedner_divv
:
0.0
parabolic_dedner
:
0.0
resistive_eta
:
0.0
# Physical parameters
PhysicalConstants
:
Loading