-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated example problems and README to include problems with remelting (
#111) * Updated example problems and README to include problems with remelting * Don't run spot remelting example w/ 1 rank, modified README wording Co-authored-by: MattRolchigo <[email protected]>
- Loading branch information
1 parent
023f0bb
commit 54a3fc6
Showing
7 changed files
with
99 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Test problem simulating solidification of a series of overlapping spots, with remelting of spots (Problem type 'SM') | ||
***** | ||
Problem type: SM | ||
Decomposition strategy: 1 | ||
Material: Inconel625 | ||
Cell size: 1 | ||
Heterogeneous nucleation density: 10 | ||
Mean nucleation undercooling: 5 | ||
Standard deviation of nucleation undercooling: 0.5 | ||
Path to output:./ | ||
Output file base name:TestProblemSmallSpot_RM | ||
File of grain orientations: GrainOrientationVectors.csv | ||
Thermal gradient: 500000 | ||
Cooling rate: 300000 | ||
Number of spots in x: 1 | ||
Number of spots in y: 2 | ||
Offset between spot centers: 25 | ||
Radii of spots: 25 | ||
Number of layers: 1 | ||
Offset between layers: 20 | ||
Time step ratio (from steady-state Velocity): 25 | ||
Substrate grain spacing: 25 | ||
***Output data printing options: (Y or N) which data should be printed*** | ||
Print file of grain misorientation values: Y | ||
Print file of all ExaCA data: Y | ||
Debug check (reduced): N | ||
Debug check (extensive): N |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
Test problem simulating solidification of a series of overlapping spots, with remelting of spots (Problem type 'SM') | ||
***** | ||
Problem type: SM | ||
Decomposition strategy: 1 | ||
Material:Inconel625 | ||
Cell size: 1 | ||
Heterogeneous nucleation density: 10 | ||
Mean nucleation undercooling: 5 | ||
Standard deviation of nucleation undercooling: 0.5 | ||
Path to output:./ | ||
Output file base name:TestProblemSpot | ||
File of grain orientations:GrainOrientationVectors.csv | ||
Thermal gradient: 500000 | ||
Cooling rate: 300000 | ||
Number of spots in x: 3 | ||
Number of spots in y: 2 | ||
Offset between spot centers: 100 | ||
Radii of spots: 75 | ||
Number of layers: 2 | ||
Offset between layers: 20 | ||
Time step ratio (from steady-state Velocity): 25 | ||
Substrate grain spacing: 25 | ||
***Output data printing options: (Y or N) which data should be printed*** | ||
Print file of grain misorientation values: Y | ||
Print file of all ExaCA data: Y | ||
Debug check (reduced): N | ||
Debug check (extensive): N | ||
***Intermediate output printing as a time series of vtk files (these can be read as a movie by Paraview)*** | ||
Print intermediate output frames: N | ||
Increment to separate frames: 2500 | ||
Intermediate output even if system is unchanged from previous state: N |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Test problem using two overlapping segments of line scans, repeated for two layers, with remelting of the overlap region: | ||
***** | ||
Problem type: RM | ||
Decomposition strategy: 1 | ||
Material:Inconel625 | ||
Cell size: 2.5 | ||
Heterogeneous nucleation density: 100 | ||
Mean nucleation undercooling: 5 | ||
Standard deviation of nucleation undercooling: 0.5 | ||
Path to output:./ | ||
Output file base name:TestProblemTwoLineTwoLayer | ||
File of grain orientations:GrainOrientationVectors.csv | ||
Time step: 0.0825 | ||
Substrate grain spacing: 25 | ||
Path to and name of temperature field assembly instructions: examples/Temperatures/T_TwoLineTwoLayer.txt | ||
***Output data printing options: (Y or N) which data should be printed*** | ||
Print file of grain misorientation values: Y | ||
Print file of all ExaCA data: Y | ||
Debug check (reduced): N | ||
Debug check (extensive): N | ||
***Intermediate output printing as a time series of vtk files (these can be read as a movie by Paraview)*** | ||
Print intermediate output frames: N | ||
Increment to separate frames: 1000 | ||
Intermediate output even if system is unchanged from previous state: Y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Number of layers: 2 | ||
Offset between layers: 8 | ||
Heat transport data mesh size: 2.5 | ||
***** | ||
examples/Temperatures/TwoLine.txt |