Fixed scaling for sink particle, and added softening factor.

This commit is contained in:
JackHsu
2019-08-01 16:33:58 +08:00
parent 718a275bcf
commit 29d6a9b00a
5 changed files with 15 additions and 8 deletions

View File

@@ -54,6 +54,12 @@ AC_sink_pos_x = 3.14
AC_sink_pos_y = 0.0
AC_sink_pos_z = 0.0
AC_M_sink = 1.0
AC_soft = 0.12
// Physical properties of the domain
AC_unit_velocity = 1.0
AC_unit_density = 1.0
AC_unit_length = 1.0
/*
* =============================================================================