Unstructured + Boundary Layer Meher Code
Posted January 10, 2015 at 19:08 by truffaldino
Zip archive contains
bc.f95 - auxiliary program which takes x y airfoil coordinate file and produces contour (bc) files for furteruse by meher dist_mesh_new.f95
bl.f95 - auxiliary program which takes x y airfoil file and produces sub mesh (boundary layer) file for further use by mesher dist_mesh_new.f95
dist_mesh_new.f95 - mesher
IMPORTANT !!!!!! : Read "ReadMe.txt" before using the code
Make appropriate changes Pathes/filenames of input files between the lines
! ----- START of USER INPUT ----
and
! ----- END of USER INPUT
of the dist_mesh_new.f95
and other programs (bl.f95) and (bc.f95) as well.
Note that dist_mesh_new.f95 uses .dat files while here, in the blog yoy have the same files with .txt extension. Do appropriate changes in file names and Pathes.
Headers of all programs contain code description
bc.f95 - auxiliary program which takes x y airfoil coordinate file and produces contour (bc) files for furteruse by meher dist_mesh_new.f95
bl.f95 - auxiliary program which takes x y airfoil file and produces sub mesh (boundary layer) file for further use by mesher dist_mesh_new.f95
dist_mesh_new.f95 - mesher
IMPORTANT !!!!!! : Read "ReadMe.txt" before using the code
Make appropriate changes Pathes/filenames of input files between the lines
! ----- START of USER INPUT ----
and
! ----- END of USER INPUT
of the dist_mesh_new.f95
and other programs (bl.f95) and (bc.f95) as well.
Note that dist_mesh_new.f95 uses .dat files while here, in the blog yoy have the same files with .txt extension. Do appropriate changes in file names and Pathes.
Headers of all programs contain code description
Total Comments 0