Skip to content
Snippets Groups Projects
Commit ccb491b7 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Correctly initialize the hydro properties in the test125cells.

parent de07fd91
Branches
Tags
No related merge requests found
...@@ -601,6 +601,8 @@ int main(int argc, char *argv[]) { ...@@ -601,6 +601,8 @@ int main(int argc, char *argv[]) {
hp.eta_neighbours = h; hp.eta_neighbours = h;
hp.h_tolerance = 1e0; hp.h_tolerance = 1e0;
hp.h_max = FLT_MAX; hp.h_max = FLT_MAX;
hp.h_min = 0.f;
hp.h_min_ratio = 0.f;
hp.max_smoothing_iterations = 10; hp.max_smoothing_iterations = 10;
hp.CFL_condition = 0.1; hp.CFL_condition = 0.1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment