Next: 5.3 Model Execution Up: Execution of the Three-Dimensional Previous: Auxiliary HTML/Javascript

5.2 Inputs

Proper execution of the CEMHYD3D v3.0 disrealnew.c computer program requires the prior creation of two supporting datafiles that provide the characteristics of the alkalis in the cement and the slag (if any) blended with the cement. Examples of these datafiles, which must have the filenames of alkalichar.dat and slagchar.dat, respectively, are as follows. Note also that these files must be located in the same physical directory as the executable disrealnew program.

Example Annotated alkalichar.dat datafile

0.093         sodium oxide content of the portland cement being modeled
0.186         potassium oxide content of the portland cement being modeled
0.017         readily-soluble (1 h) sodium oxide content of the portland cement
0.078         readily-soluble (1 h) potassium oxide content of the portland cement

All oxide contents are provided on a mass percentage basis.

Example Annotated slagchar.dat datafile (corresponds to the slag in second row of Table 2)

2714.219             molar mass of initial slag (g/mol)
4036.2               molar mass of slag hydration product (g/mol)
2.87                 specific gravity of initial slag
2.35                 specific gravity of slag hydration product
945.72               molar volume of initial slag (cm3/mol)
1717.53              molar volume of slag hydration product (cm3/mol
1.4333               Ca/Si molar ratio in initial slag
1.35                 Ca/Si molar ratio in slag hydration product
15.0                 Si atoms per molar unit of slag 
5.533                H2O/Si molar ratio in slag hydration product
1.0                  moles of "C3A" per mole of slag
1.0                  slag reactivity factor (default value of 1.0)

The following inputs are required for execution of version 3.0 of the CEMHYD3D hydration model (main program disrealnew.c provided in Appendix B):

An annotated example datafile for 1000 cycles of saturated hydration of CCRL cement 152 (w/c=0.40) could be as follows:

 

-2794                 random number seed
cem152w04flocf.img    filename containing input 3-D phase ID microstructure
35                    phase ID for C3A in fly ash particles
pcem152w04floc.img    filename containing input 3-D particle ID microstructure
44990                 number of one-pixel particles to add
1                     add one-pixel particles of phase C3S
5850                  number of one-pixel particles to add 
2                     add one-pixel particles of phase C2S
8692                  number of one-pixel particles to add
3                     add one-pixel particles of phase C3A
2631                  number of one-pixel particles to add
4                     add one-pixel particles of phase C4AF
1100                  number of one-pixel particles to add
5                     add one-pixel particles of gypsum
2062                  number of one-pixel particles to add
6                     add one-pixel particles of hemihydrate
839                   number of one-pixel particles to add
7                     add one-pixel particles of anhydrite 
0                     number of one-pixel particles to add
1000                  number of cycles of hydration model to execute
0                     flag for executing model under saturated conditions
500                   maximum number of diffusion steps per cycle
0.0001 9000.          nucleation parameters for CH
0.01 9000.            nucleation parameters for gypsum (dihydrate) 
0.00002 10000.        nucleation parameters for C3AH6
0.002 2500.           nucleation parameters for FH3
50                    cycle frequency for checking pore space percolation
5                     cycle frequency for checking total solids percolation
5000                  cycle frequency for outputting particle hydration stats
5000                  cycle frequency for outputting hydrated microstructures
0.00                  induction time in hours
20.0                  initial specimen temperature in degrees Celsius
20.0                  ambient temperature in degrees Celsius
0.0                   overall heat transfer coefficient
40.0                  activation energy for cement hydration
83.14                 activation energy for pozzolanic reactions
80.0                  activation energy for slag hydration
0.00035               conversion factor to go from cycles to real time
0.72                  aggregate volume fraction in actual concrete mixture
0                     flag indicating that hydration is under isothermal conditions
0                     flag indicating that C-S-H conversion is prohibited
1                     flag indicating that CH/aggregate precipitation is allowed
0                     number of slices to include in a hydration movie file
1.0                   one-voxel dissolution bias factor
0                     number of cycles to execute before resaturation
0                     flag indicating that C-S-H morphology is random
1                     flag indicating that pH does influence hydration kinetics

Next: 5.3 Model Execution Up: Execution of the Three-Dimensional Previous: Auxiliary HTML/Javascript