sufaceEvaporation (1d, 2d, 3d)

Computes the surface evaporation rate of a compound material.

Data

dynVectors (string vector)
A list of dynVectors that can be used in computing the boundary condition
in
contains the surface temperature

Example

<Updater bcAbSurfProp>
  kind = surfaceEvaporation2d
  onGrid = domain
  in = [surfTemp]
  dynVectors = []
  variablesType = ablation
  storeSurfaceProperty = 1

  ablationModel = sonic
  numConstituents = 3
  satPressure = [10.0 154699.92824 956.0 10.0 97419.99 617.0 1.3e-6 76899.999 293.0]
  moleFraction = [MolF1 MolF2 MolF3]
  averageMolecularWeight = MWAb

  out = [abSurfProp]

  entity = sideSetHalosId3
</Updater>