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 ofPULsEthat are used to interact with all other entities, such asPropertyHolders, etc. -
-
Uses of HeatingCurve in pulse
Methods in pulse that return HeatingCurve Modifier and Type Method Description HeatingCurveHeatingCurve. extendedTo(ExperimentalData data, Baseline baseline)This creates a newHeatingCurveto 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 HeatingCurveAdiabaticSolution. classicSolution(Problem p)Calculates the classic solution, using the default value of theprecisionand the time limit specified by theHeatingCurveofp.static HeatingCurveAdiabaticSolution. classicSolution(Problem p, double timeLimit)static HeatingCurveAdiabaticSolution. 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.HeatingCurveProblem. getHeatingCurve()Methods in pulse.problem.statements with parameters of type HeatingCurve Modifier and Type Method Description voidProblem. 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 voidChart. plotSingle(HeatingCurve curve)org.jfree.data.xy.XYSeriesChart. series(HeatingCurve curve, String title, boolean extendedCurve)
-