Download presentation
Presentation is loading. Please wait.
Published byHamdani Muljana Modified over 6 years ago
1
CON2D Compile Procedure Using Visual FROTRAN 6.6
Chunsheng Li
2
Lunch FORTRAN 6.6 by clicking “Developer Studio”
3
Create a new project By click “File”->”New”
4
1. Choose “Fortran Console Application”
2. Choose a project name 3. Choose directory
5
Choose an empty project
6
2. Click this little box to expand
file directories 3. Right click the source directory to add all source files 1. Click “FileView” tab
7
There should be 17 files listed here
8
1. Set Active Configuration
2. Choose either “release” or “debug” version here: Release – faster Debug – can trace the program Step by step but slow
9
1. Settings 2. Choose the exe file name and where to put it
10
If everything is right, there should be only 1 warning during linking
If 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”.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.