Package pulse.problem.schemes.rte.exact
Class NonscatteringAnalyticalDerivatives
- java.lang.Object
-
- pulse.util.UpwardsNavigable
-
- pulse.util.Group
-
- pulse.util.Accessible
-
- pulse.util.PropertyHolder
-
- pulse.problem.schemes.rte.RadiativeTransferSolver
-
- pulse.problem.schemes.rte.exact.NonscatteringRadiativeTransfer
-
- pulse.problem.schemes.rte.exact.NonscatteringAnalyticalDerivatives
-
- All Implemented Interfaces:
Serializable
,Descriptive
,Reflexive
public class NonscatteringAnalyticalDerivatives extends NonscatteringRadiativeTransfer
A solver of the radiative transfer equation for an absorbing-emitting medium where the fluxes and their derivatives are calculated using analytical formulae with the selected numerical quadrature.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NonscatteringAnalyticalDerivatives(ParticipatingMedium problem, Grid grid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RTECalculationStatus
compute(double[] U)
Evaluates fluxes and their derivatives using analytical formulae and the selected numerical quadrature.Usually works best with theChandrasekharsQuadrature
-
Methods inherited from class pulse.problem.schemes.rte.exact.NonscatteringRadiativeTransfer
flux, fluxes, getDescriptor, getEmissionFunction, getInstanceDescriptor, getQuadrature, getRadiosityFront, getRadiosityRear, init, listedTypes, set, setEmissionFunction, setQuadrature, toString
-
Methods inherited from class pulse.problem.schemes.rte.RadiativeTransferSolver
addRTEListener, fireStatusUpdate, getFluxes, getPrefix, getRTEListeners, ignoreSiblings, interpolateTemperatureProfile, opticalCoordinateAt, setFluxes
-
Methods inherited from class pulse.util.PropertyHolder
addListener, areDetailsHidden, data, describe, firePropertyChanged, getListeners, initListeners, isListedNumericType, isListedParameter, listedKeywords, 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
-
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
-
-
-
-
Constructor Detail
-
NonscatteringAnalyticalDerivatives
public NonscatteringAnalyticalDerivatives(ParticipatingMedium problem, Grid grid)
-
-
Method Detail
-
compute
public RTECalculationStatus compute(double[] U)
Evaluates fluxes and their derivatives using analytical formulae and the selected numerical quadrature.Usually works best with theChandrasekharsQuadrature
- Overrides:
compute
in classNonscatteringRadiativeTransfer
- Parameters:
U
- the input temperature profile- Returns:
-
-