Skip to content
Snippets Groups Projects
Commit dee9a62e authored by Franck Pérignon's avatar Franck Pérignon
Browse files

Parmes

parent 99c8f22c
No related branches found
No related tags found
No related merge requests found
......@@ -50,9 +50,9 @@ contains
call computeFlowRate(vel, stepSize, topo,computed_flowrate)
! Correction is added to velocity ...
constant = (boundary_layer_max(3)-boundary_layer_min(3))/lengths(3) !(theoretical_flowrate - computed_flowrate)/surf
print *, 'const', constant
! print *, 'const', constant
print *, computed_flowrate, '//',surf
! print *, computed_flowrate, '//',surf
vel(1,:,:,:,1) = vel(1,:,:,:,1) + constant
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment