Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Adapt {
- density {
- include_ghosts = false;
- max_coarsen = 1.000000900000000;
- min_refine = 1.000000900000000;
- type = "density";
- };
- list = [ "density" ];
- max_level = 1;
- min_level = 0;
- }
- Boundary {
- type = "periodic";
- }
- Domain {
- lower = [ 0.000000000000000, 0.000000000000000, 0.000000000000000 ];
- upper = [ 1.000000000000000, 0.2500000000000000, 0.2500000000000000 ];
- }
- Field {
- alignment = 8;
- ghost_depth = 4;
- list = [ "density", "velocity_x", "velocity_y", "velocity_z", "total_energy", "internal_energy", "pressure" ];
- padding = 0;
- prolong = "linear";
- }
- Group {
- conserved {
- field_list = [ "density", "total_energy", "velocity_x", "velocity_y", "velocity_z" ];
- };
- derived {
- field_list = [ "pressure" ];
- };
- list = [ "conserved", "make_field_conservative" ];
- make_field_conservative {
- field_list = [ "velocity_x", "velocity_y", "velocity_z", "total_energy" ];
- };
- }
- Initial {
- inclined_wave {
- alpha = 0.000000000000000;
- amplitude = 1.000000000000000e-06;
- beta = 0.000000000000000;
- lambda = 1.000000000000000;
- positive_vel = true;
- wave_type = "sound";
- };
- list = [ "inclined_wave" ];
- }
- Mesh {
- root_blocks = [ 4, 1, 1 ];
- root_rank = 3;
- root_size = [ 32, 8, 8 ];
- }
- Method {
- list = [ "ppm", "flux_correct" ];
- ppm {
- courant = 0.8000000000000000;
- diffusion = false;
- flattening = 0;
- steepening = false;
- };
- }
- Output {
- data {
- dir = [ "method_ppm-xaxis-AMR-soundN32_%.4f", "time" ];
- field_list = [ "density", "velocity_x", "velocity_y", "velocity_z", "pressure", "total_energy" ];
- name = [ "data-%03d.h5", "proc" ];
- schedule {
- start = 0.000000000000000;
- step = 0.06250000000000000;
- var = "time";
- };
- type = "data";
- };
- list = [ "data" ];
- }
- Physics {
- fluid_props {
- dual_energy {
- type = "disabled";
- };
- eos {
- gamma = 1.666666666666667;
- };
- };
- list = [ "fluid_props" ];
- }
- Stopping {
- time = 1.000000000000000;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement