feat(src): Enabled Vacuume Region Generation
Stroid can now generate vacuume regions. These are confirming spheres marked with a seperate attribute that solver may then apply arbitrary mappings to. Further, the boundary of this region is also marked with a seperate boundary attrite allowing seperate boundary conditions to easily be applied.
This commit is contained in:
11
configs/test_external_domain_refinement_l1.toml
Normal file
11
configs/test_external_domain_refinement_l1.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[main]
|
||||
core_steepness = 1.0
|
||||
flattening = 0.0
|
||||
include_external_domain = true
|
||||
order = 3
|
||||
r_core = 1.5
|
||||
r_infinity = 6.0
|
||||
r_instability = 1e-14
|
||||
r_star = 5.0
|
||||
refinement_levels = 1
|
||||
|
||||
11
configs/test_refinement_l2.toml
Normal file
11
configs/test_refinement_l2.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[main]
|
||||
core_steepness = 1.0
|
||||
flattening = 0.0
|
||||
include_external_domain = false
|
||||
order = 3
|
||||
r_core = 1.5
|
||||
r_infinity = 6.0
|
||||
r_instability = 1e-14
|
||||
r_star = 5.0
|
||||
refinement_levels = 2
|
||||
|
||||
16
configs/test_volume_no_external.toml
Normal file
16
configs/test_volume_no_external.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[main]
|
||||
refinement_levels = 2
|
||||
order = 3
|
||||
include_external_domain = false
|
||||
r_core = 1.5
|
||||
r_star = 5.0
|
||||
flattening = 0.08
|
||||
r_infinity = 6.0
|
||||
r_instability = 1e-14
|
||||
core_steepness = 1.0
|
||||
surface_bdr_id = 1
|
||||
inf_bdr_id = 2
|
||||
core_id = 1
|
||||
envelope_id = 2
|
||||
vacuum_id = 3
|
||||
|
||||
16
configs/test_volume_spherical_no_external.toml
Normal file
16
configs/test_volume_spherical_no_external.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[main]
|
||||
refinement_levels = 2
|
||||
order = 3
|
||||
include_external_domain = false
|
||||
r_core = 1.5
|
||||
r_star = 5.0
|
||||
flattening = 0.0
|
||||
r_infinity = 6.0
|
||||
r_instability = 1e-14
|
||||
core_steepness = 1.0
|
||||
surface_bdr_id = 1
|
||||
inf_bdr_id = 2
|
||||
core_id = 1
|
||||
envelope_id = 2
|
||||
vacuum_id = 3
|
||||
|
||||
16
configs/test_volume_spherical_with_external.toml
Normal file
16
configs/test_volume_spherical_with_external.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[main]
|
||||
refinement_levels = 2
|
||||
order = 3
|
||||
include_external_domain = true
|
||||
r_core = 1.5
|
||||
r_star = 5.0
|
||||
flattening = 0.0
|
||||
r_infinity = 6.0
|
||||
r_instability = 1e-14
|
||||
core_steepness = 1.0
|
||||
surface_bdr_id = 1
|
||||
inf_bdr_id = 2
|
||||
core_id = 1
|
||||
envelope_id = 2
|
||||
vacuum_id = 3
|
||||
|
||||
16
configs/test_volume_with_external.toml
Normal file
16
configs/test_volume_with_external.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[main]
|
||||
refinement_levels = 2
|
||||
order = 3
|
||||
include_external_domain = true
|
||||
r_core = 1.5
|
||||
r_star = 5.0
|
||||
flattening = 0.08
|
||||
r_infinity = 6.0
|
||||
r_instability = 1e-14
|
||||
core_steepness = 1.0
|
||||
surface_bdr_id = 1
|
||||
inf_bdr_id = 2
|
||||
core_id = 1
|
||||
envelope_id = 2
|
||||
vacuum_id = 3
|
||||
|
||||
Reference in New Issue
Block a user