Package pulse.problem.statements.model
Class Helium
- java.lang.Object
-
- pulse.problem.statements.model.Gas
-
- pulse.problem.statements.model.Helium
-
- All Implemented Interfaces:
Serializable
,Descriptive
,Reflexive
public class Helium extends Gas
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Helium()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
thermalConductivity(double t)
-
Methods inherited from class pulse.problem.statements.model.Gas
cp, density, evaluate, evaluate, getConductivity, getMolarMass, getNumberOfAtoms, getThermalMass, thermalDiffusivity, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface pulse.util.Descriptive
describe
-
-
-
-
Method Detail
-
thermalConductivity
public double thermalConductivity(double t)
- Specified by:
thermalConductivity
in classGas
-
-