Uses of Class
pulse.HeatingCurve
-
Packages that use HeatingCurve Package Description pulse Contains some of the most frequently used classes, which did not seem to fit in any other packages.pulse.problem.statements Introduces various problem statements for the heat conduction problem in the laser flash experiment.pulse.ui.components This package contains all custom Swing-based components of the graphical user interface ofPULsE
that are used to interact with all other entities, such asPropertyHolder
s, etc. -
-
Uses of HeatingCurve in pulse
Methods in pulse that return HeatingCurve Modifier and Type Method Description HeatingCurve
HeatingCurve. extendedTo(ExperimentalData data, Baseline baseline)
This creates a newHeatingCurve
to match the time boundaries of thedata
.Constructors in pulse with parameters of type HeatingCurve Constructor Description HeatingCurve(HeatingCurve c)
Copy constructor. -
Uses of HeatingCurve in pulse.problem.statements
Methods in pulse.problem.statements that return HeatingCurve Modifier and Type Method Description static HeatingCurve
AdiabaticSolution. classicSolution(Problem p)
Calculates the classic solution, using the default value of theprecision
and the time limit specified by theHeatingCurve
ofp
.static HeatingCurve
AdiabaticSolution. classicSolution(Problem p, double timeLimit)
static HeatingCurve
AdiabaticSolution. classicSolution(Problem p, double timeLimit, int precision)
A static factory method for calculating a heating curve based on the analytical solution of Parker et al.HeatingCurve
Problem. getHeatingCurve()
Methods in pulse.problem.statements with parameters of type HeatingCurve Modifier and Type Method Description void
Problem. setHeatingCurve(HeatingCurve curve)
-
Uses of HeatingCurve in pulse.ui.components
Methods in pulse.ui.components with parameters of type HeatingCurve Modifier and Type Method Description void
Chart. plotSingle(HeatingCurve curve)
org.jfree.data.xy.XYSeries
Chart. series(HeatingCurve curve, String title, boolean extendedCurve)
-