Package pulse.problem.statements.model
Class Nitrogen
- java.lang.Object
-
- pulse.problem.statements.model.Gas
-
- pulse.problem.statements.model.Nitrogen
-
- All Implemented Interfaces:
Serializable
,Descriptive
,Reflexive
public class Nitrogen extends Gas
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Nitrogen()
-
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
-
-