Package pulse.problem.statements.model
Class ThermalProperties
- java.lang.Object
-
- pulse.util.UpwardsNavigable
-
- pulse.util.Group
-
- pulse.util.Accessible
-
- pulse.util.PropertyHolder
-
- pulse.problem.statements.model.ThermalProperties
-
- All Implemented Interfaces:
Serializable
,Descriptive
- Direct Known Subclasses:
DiathermicProperties
,ExtendedThermalProperties
,ThermoOpticalProperties
,TwoTemperatureProperties
public class ThermalProperties extends PropertyHolder
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description double
PARKERS_COEFFICIENT
The corrected proportionality factor setting out the relation between the thermal diffusivity and the half-rise time of anExperimentalData
curve.static double
STEFAN_BOTLZMAN
-
Constructor Summary
Constructors Constructor Description ThermalProperties()
ThermalProperties(ThermalProperties p)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
areDetailsHidden()
Hides optimiser directivesboolean
areThermalPropertiesLoaded()
void
calculateEmissivity()
double
characteristicTime()
Performs simple calculation of the factor that is commonly used to evaluate the dimensionless timet/timeFactor
.ThermalProperties
copy()
List<NumericProperty>
findMalformedProperties()
NumericProperty
getDensity()
String
getDescriptor()
If not null, will return the prefix, otherwise calls the superclass method.NumericProperty
getDiffusivity()
NumericProperty
getEmissivity()
NumericProperty
getHeatLoss()
Assuming thatBi1 = Bi2
, returns the value ofBi1
.NumericProperty
getMaximumTemperature()
NumericProperty
getSampleThickness()
NumericProperty
getSpecificHeat()
NumericProperty
getTestTemperature()
NumericProperty
getThermalConductivity()
double
getThermalMass()
Set<NumericPropertyKeyword>
listedKeywords()
Listed parameters include:MAXTEMP, DIFFUSIVITY, THICKNESS, HEAT_LOSS_FRONT, HEAT_LOSS_REAR
.double
maximumHeating(Pulse2D pulse)
double
maxRadiationBiot()
Calculates the maximum Biot number at these conditions, which corresponds to an emissivity of unity.double
radiationBiot()
Calculates the radiative Biot number.void
set(NumericPropertyKeyword type, NumericProperty value)
Used to change the parameter values of thisProblem
.void
setDensity(NumericProperty p)
void
setDiffusivity(NumericProperty a)
void
setEmissivity(NumericProperty e)
void
setHeatLoss(NumericProperty Bi)
void
setMaximumTemperature(NumericProperty maxTemp)
void
setSampleThickness(NumericProperty l)
void
setSpecificHeat(NumericProperty cP)
void
setTestTemperature(NumericProperty T)
double
thermalConductivity()
String
toString()
void
useTheoreticalEstimates(ExperimentalData c)
Calculates the half-rise time t1/2 ofc
and uses it to estimate the thermal diffusivity of this problem:a=0.1388*l2/t1/2
.-
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
-
-
-
-
Field Detail
-
STEFAN_BOTLZMAN
public static final double STEFAN_BOTLZMAN
- See Also:
- Constant Field Values
-
PARKERS_COEFFICIENT
public final double PARKERS_COEFFICIENT
The corrected proportionality factor setting out the relation between the thermal diffusivity and the half-rise time of anExperimentalData
curve.
-
-
Constructor Detail
-
ThermalProperties
public ThermalProperties()
-
ThermalProperties
public ThermalProperties(ThermalProperties p)
-
-
Method Detail
-
findMalformedProperties
public List<NumericProperty> findMalformedProperties()
-
copy
public ThermalProperties copy()
-
areDetailsHidden
public boolean areDetailsHidden()
Hides optimiser directives- Overrides:
areDetailsHidden
in classPropertyHolder
- Returns:
- true
-
set
public void set(NumericPropertyKeyword type, NumericProperty value)
Used to change the parameter values of thisProblem
. It is only allowed to use those types ofNumericPropery
that are listed by thelistedParameters()
.- Specified by:
set
in classAccessible
- Parameters:
value
-type
- the type, which must be equal by definition toproperty.getType()
.- See Also:
PropertyHolder.listedTypes()
-
setHeatLoss
public void setHeatLoss(NumericProperty Bi)
-
getDiffusivity
public NumericProperty getDiffusivity()
-
setDiffusivity
public void setDiffusivity(NumericProperty a)
-
getMaximumTemperature
public NumericProperty getMaximumTemperature()
-
setMaximumTemperature
public void setMaximumTemperature(NumericProperty maxTemp)
-
getSampleThickness
public NumericProperty getSampleThickness()
-
setSampleThickness
public void setSampleThickness(NumericProperty l)
-
getHeatLoss
public NumericProperty getHeatLoss()
Assuming that
Bi1 = Bi2
, returns the value ofBi1
. IfBi1 = Bi2
, this will print a warning message (but will not throw an exception)- Returns:
- Bi1 as a
NumericProperty
-
getSpecificHeat
public NumericProperty getSpecificHeat()
-
setSpecificHeat
public void setSpecificHeat(NumericProperty cP)
-
getDensity
public NumericProperty getDensity()
-
setDensity
public void setDensity(NumericProperty p)
-
getTestTemperature
public NumericProperty getTestTemperature()
-
setTestTemperature
public void setTestTemperature(NumericProperty T)
-
listedKeywords
public Set<NumericPropertyKeyword> listedKeywords()
Listed parameters include:MAXTEMP, DIFFUSIVITY, THICKNESS, HEAT_LOSS_FRONT, HEAT_LOSS_REAR
.- Overrides:
listedKeywords
in classPropertyHolder
- Returns:
- a set of
NumericPropertyKeyword
instances, which have been explicitly marked as a listed parameter for thisPropertyHolder
.
-
thermalConductivity
public final double thermalConductivity()
-
getThermalConductivity
public NumericProperty getThermalConductivity()
-
calculateEmissivity
public void calculateEmissivity()
-
radiationBiot
public double radiationBiot()
Calculates the radiative Biot number.- Returns:
- the radiative Biot number.
-
maxRadiationBiot
public double maxRadiationBiot()
Calculates the maximum Biot number at these conditions, which corresponds to an emissivity of unity. If emissivity is non-positive, returns the maximum Biot number defined in the XML file.- Returns:
- the maximum Biot number
-
characteristicTime
public double characteristicTime()
Performs simple calculation of the factor that is commonly used to evaluate the dimensionless timet/timeFactor
.- Returns:
- the time factor
-
getThermalMass
public double getThermalMass()
-
useTheoreticalEstimates
public void useTheoreticalEstimates(ExperimentalData c)
Calculates the half-rise time t1/2 ofc
and uses it to estimate the thermal diffusivity of this problem:a=0.1388*l2/t1/2
.- Parameters:
c
- theExperimentalData
used to estimate the thermal diffusivity value
-
areThermalPropertiesLoaded
public final boolean areThermalPropertiesLoaded()
-
maximumHeating
public double maximumHeating(Pulse2D pulse)
-
getEmissivity
public NumericProperty getEmissivity()
-
setEmissivity
public void setEmissivity(NumericProperty e)
-
getDescriptor
public String getDescriptor()
Description copied from class:PropertyHolder
If not null, will return the prefix, otherwise calls the superclass method.- Overrides:
getDescriptor
in classPropertyHolder
- Returns:
- the descriptor
- See Also:
Group.getSimpleName()
-
-