1 ! define BC parameters
for fortran routines
3 c123456789012345678901234567890123456789012345678901234567890123456789
14 ! define interfaceType values
for fortran routines
15 integer noInterface ! no interface conditions are imposed
16 integer heatFluxInterface ! [
T.
n ] = g
17 integer tractionInterface ! [
n.tau ] = g
18 integer tractionAndHeatFluxInterface
19 parameter( noInterface=0, heatFluxInterface=1 )
20 parameter( tractionInterface=2,tractionAndHeatFluxInterface=3 )