public abstract class RadiationCase extends PropertyEquation
Modifier and Type | Method and Description |
---|---|
abstract double |
evalHeatFluxBody1(double... values)
Evaluates radiating heat flux emitted by body 1
|
abstract double |
evalHeatFluxBody2(double... values)
Evaluates radiating heat flux emitted by body 2
|
abstract double |
evalHeatPower12(double... values)
Evaluates the net radiating heat power transferred from body 1 to body 2
|
double |
evalRadiationFactor12(double b1T,
double b2T)
Radiation factor, maximum theoretical radiant heat that body 1 can
transfert to body 2
|
applyMixRule, getConvAdd, getConvFact, getDescription, getFixedValue, getInputRanges, getLabel, getOutputRanges, getPar, getStatus, setConvAdd, setConvFact, setDescription, setFixedValue, setLabel, setPar, setParameterByIndex, toStringSummary
public abstract double evalHeatFluxBody1(double... values)
public abstract double evalHeatFluxBody2(double... values)
public abstract double evalHeatPower12(double... values)
public double evalRadiationFactor12(double b1T, double b2T)
b1T
- temperature of body 1b2T
- temperature of body 2