Example 2 for dist_mesh_new
Posted December 31, 2014 at 17:13 by truffaldino
1) use bl.f95 and naca0012.txt (or .dat) as input for bl.f95 to generate boundary-layer submesh file naca0012_bl.txt (or .dat) for further use by dist_mesh_new.f95
2) run Example 2 of dist_mesh_new.f95 (look the code) using input files:
mum_m=1
m_file(1)="naca0012_bl.txt"
num_c=2
c_file(1)="wt_bc.txt"
c_file(2)="wake_bc.txt"
2) run Example 2 of dist_mesh_new.f95 (look the code) using input files:
mum_m=1
m_file(1)="naca0012_bl.txt"
num_c=2
c_file(1)="wt_bc.txt"
c_file(2)="wake_bc.txt"
Total Comments 0