length_x = 1.0d-2 ! m
length_y = 8.0d-3 ! m
但2代相同位置会报错如下:
forrtl: severe (19): invalid reference to variable in NAMELIST input, unit 10, file /home/plasma/testP2PFluids0326/coefficients.input, line 7, position 11
(line7, position 11即length_x的_字符)。
请问使用udf_geometry.f90时,应该在何处修改求解域大小?
! Mesh constant
double precision, parameter :: length_x = 2.0d-3 ! m
double precision, parameter :: length_y = 2.0d-3 ! m together with length_x, to define the whole compuational domain, defined on the interface of each cell
double precision, parameter :: length_z = 1.0d0 ! in m, the thick ness of 2D plane. Will not work if type_axis==2
integer, parameter ::num_grids_max=200000 ! the maximum number of cells allowed to appear in the calculation