You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/common/m_constants.fpp
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -50,14 +50,10 @@ module m_constants
50
50
real(wp), parameter:: dflt_T_guess =1200._wp ! Default guess for temperature (when a previous value is not available)
51
51
52
52
! IBM+STL interpolation constants
53
-
integer, parameter:: Ifactor_2D =50 !< Multiple factor of the ratio (edge to cell width) for interpolation along edges for 2D models
54
-
integer, parameter:: Ifactor_3D =5 !< Multiple factor of the ratio (edge to cell width) for interpolation along edges for 3D models
55
-
integer, parameter:: Ifactor_bary_3D =20 !< Multiple factor of the ratio (triangle area to cell face area) for interpolation on triangle facets for 3D models
56
53
integer, parameter:: num_ray =20 !< Default number of rays traced per cell
57
54
real(wp), parameter:: ray_tracing_threshold =0.9_wp !< Threshold above which the cell is marked as the model patch
58
55
real(wp), parameter:: threshold_vector_zero =1.e-10_wp !< Threshold to treat the component of a vector to be zero
59
56
real(wp), parameter:: threshold_edge_zero =1.e-10_wp !< Threshold to treat two edges to be overlapped
60
-
real(wp), parameter:: threshold_bary =1.e-1_wp !< Threshold to interpolate a barycentric facet
61
57
real(wp), parameter:: initial_distance_buffer =1.e12_wp !< Initialized levelset distance for the shortest path pair algorithm
0 commit comments