Title: CON2D Compile Procedure Using Visual FROTRAN 6.6
1CON2D Compile Procedure Using Visual FROTRAN 6.6
2Lunch FORTRAN 6.6 by clicking Developer Studio
3Create a new project By click File-gtNew
41. Choose Fortran Console Application
2. Choose a project name
3. Choose directory
5Choose an empty project
62. Click this little box to expand file
directories
3. Right click the source directory to add all
source files
1. Click FileView tab
7There should be 17 files listed here
81. Set Active Configuration
2. Choose either release or debug version
here Release faster Debug can trace the
program Step by step but slow
91. Settings
2. Choose the exe file name and where to put it
10If everything is right, there should be only 1
warning during linking. This warning claims CON2D
require too much memory, however, it should be
fine when the circled number is less than
2,000,000,000.
11- A demo input file is included which is for a
typical simulation over a slice domain. - phase.txt contains the definition of phase
diagram. It needs to be the same directory as the
input file, or con2d will stop to ask it. - heatflux01.mld contains the heat flux profile.
- gapprop.txt, rcontact.txt, and
molddistrotion.txt define the physical
properties of gap between the steel surface and
the mold surface, contact resistance profile, and
mold distortion profile, respectively. But slice
model does not need them.
12- Text based post processor is also included.
- The compiling procedure is similar to the CON2D
procedure. Add all .f files except postcom.f.