Computes the surface evaporation parameters for a given material. The description of the parameters specific to ablation is given blelow:
variablesType
storeSurfaceProperty
in
ablationModel
numConstituents
(integer)satPressure
(real)moleFraction
(real)averageMolecularWeight
(real)out
Code block
<Updater computeAbSurfProp>
kind = surfaceVariables2d
onGrid = domain
variablesType = ablation
storeSurfaceProperty = 1
dynVectors = []
in = [surfTemp]
ablationModel = sonic
numConstituents = 2
satPressure = [p01 dh1 T01 p02 dh2 T02]
moleFraction = [MolF1 MolF2]
averageMolecularWeight = MWAvg
out = [abSurfProp]
entity = left
</Updater>