Package pulse.problem.statements.model
Class DiathermicProperties
- java.lang.Object
-
- pulse.util.UpwardsNavigable
-
- pulse.util.Group
-
- pulse.util.Accessible
-
- pulse.util.PropertyHolder
-
- pulse.problem.statements.model.ThermalProperties
-
- pulse.problem.statements.model.DiathermicProperties
-
- All Implemented Interfaces:
Serializable
,Descriptive
public class DiathermicProperties extends ThermalProperties
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class pulse.problem.statements.model.ThermalProperties
PARKERS_COEFFICIENT, STEFAN_BOTLZMAN
-
-
Constructor Summary
Constructors Constructor Description DiathermicProperties()
DiathermicProperties(ThermalProperties p)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThermalProperties
copy()
NumericProperty
getConvectiveLosses()
NumericProperty
getDiathermicCoefficient()
Set<NumericPropertyKeyword>
listedKeywords()
Listed parameters include:MAXTEMP, DIFFUSIVITY, THICKNESS, HEAT_LOSS_FRONT, HEAT_LOSS_REAR
.void
set(NumericPropertyKeyword type, NumericProperty property)
Used to change the parameter values of thisProblem
.void
setConvectiveLosses(NumericProperty convectiveLosses)
void
setDiathermicCoefficient(NumericProperty diathermicCoefficient)
-
Methods inherited from class pulse.problem.statements.model.ThermalProperties
areDetailsHidden, areThermalPropertiesLoaded, calculateEmissivity, characteristicTime, findMalformedProperties, getDensity, getDescriptor, getDiffusivity, getEmissivity, getHeatLoss, getMaximumTemperature, getSampleThickness, getSpecificHeat, getTestTemperature, getThermalConductivity, getThermalMass, maximumHeating, maxRadiationBiot, radiationBiot, setDensity, setDiffusivity, setEmissivity, setHeatLoss, setMaximumTemperature, setSampleThickness, setSpecificHeat, setTestTemperature, thermalConductivity, toString, useTheoreticalEstimates
-
Methods inherited from class pulse.util.PropertyHolder
addListener, data, describe, firePropertyChanged, getListeners, getPrefix, ignoreSiblings, initListeners, isListedNumericType, isListedParameter, listedTypes, numericData, parameterListChanged, removeListeners, setPrefix, updateProperties, updateProperty
-
Methods inherited from class pulse.util.Accessible
accessibleChildren, genericProperties, genericProperty, numericProperties, numericProperty, property, update, update
-
Methods inherited from class pulse.util.UpwardsNavigable
addHierarchyListener, getHierarchyListeners, getParent, identify, removeHierarchyListener, removeHierarchyListeners, setParent, specificAncestor, tellParent
-
-
-
-
Constructor Detail
-
DiathermicProperties
public DiathermicProperties()
-
DiathermicProperties
public DiathermicProperties(ThermalProperties p)
-
-
Method Detail
-
copy
public ThermalProperties copy()
- Overrides:
copy
in classThermalProperties
-
getDiathermicCoefficient
public NumericProperty getDiathermicCoefficient()
-
setDiathermicCoefficient
public void setDiathermicCoefficient(NumericProperty diathermicCoefficient)
-
getConvectiveLosses
public NumericProperty getConvectiveLosses()
-
setConvectiveLosses
public void setConvectiveLosses(NumericProperty convectiveLosses)
-
set
public void set(NumericPropertyKeyword type, NumericProperty property)
Description copied from class:ThermalProperties
Used to change the parameter values of thisProblem
. It is only allowed to use those types ofNumericPropery
that are listed by thelistedParameters()
.- Overrides:
set
in classThermalProperties
- Parameters:
type
- the type, which must be equal by definition toproperty.getType()
.property
- the property, which contains new information.- See Also:
PropertyHolder.listedTypes()
-
listedKeywords
public Set<NumericPropertyKeyword> listedKeywords()
Description copied from class:ThermalProperties
Listed parameters include:MAXTEMP, DIFFUSIVITY, THICKNESS, HEAT_LOSS_FRONT, HEAT_LOSS_REAR
.- Overrides:
listedKeywords
in classThermalProperties
- Returns:
- a set of
NumericPropertyKeyword
instances, which have been explicitly marked as a listed parameter for thisPropertyHolder
.
-
-