forked from moebiusband/NuSiF-Solver
Branch Checkpoint
This commit is contained in:
22
PoissonSolver/2D-mpi-sq/poisson.par
Normal file
22
PoissonSolver/2D-mpi-sq/poisson.par
Normal file
@@ -0,0 +1,22 @@
|
||||
# Problem specific Data:
|
||||
# ---------------------
|
||||
|
||||
name poisson
|
||||
|
||||
# Geometry Data:
|
||||
# -------------
|
||||
|
||||
xlength 1.0 # domain size in x-direction
|
||||
ylength 1.0 # domain size in y-direction
|
||||
imax 100 # number of interior cells in x-direction
|
||||
jmax 100 # number of interior cells in y-direction
|
||||
|
||||
# Pressure Iteration Data:
|
||||
# -----------------------
|
||||
|
||||
itermax 1000000 # maximal number of pressure iteration in one time step
|
||||
eps 0.000001 # stopping tolerance for pressure iteration
|
||||
rho 0.99999 # relaxation parameter for SOR iteration
|
||||
omg 1.2 # relaxation parameter for SOR iteration
|
||||
|
||||
#===============================================================================
|
Reference in New Issue
Block a user