Example 3 for dist_mesh_new.f95
Posted December 31, 2014 at 17:16 by truffaldino
1) use bl.f95 and e184.txt (or .dat) as input for bl.f95 to generate boundary-layer submesh file e184_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)="e184_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)="e184_bl.txt"
num_c=2
c_file(1)="wt_bc.txt"
c_file(2)="wake_bc.txt"
Total Comments 0