Enabled upwinding by default and updated the model helical forcing with the hotfixed changes from earlier commits. Autotests kinda pass (we get 1 failure but this is likely due to inaccuracies of the trigonometric functions used in helical forcing. The error is very close to the acceptable error bound).

This commit is contained in:
jpekkila
2019-08-07 15:53:32 +03:00
parent 0bb568642f
commit b61617ee0f
2 changed files with 27 additions and 27 deletions

View File

@@ -31,8 +31,7 @@
#define LENTROPY (1)
#define LTEMPERATURE (0)
#define LFORCING (1)
#define LUPWD (0)
#define LUPWD (1)
#define AC_THERMAL_CONDUCTIVITY (AcReal(0.001)) // TODO: make an actual config parameter