Since version 2026, Flux 3D and Flux PEEC are no longer available.

Please use SimLab to create a new 3D project or to import an existing Flux 3D project.

Please use SimLab to create a new PEEC project (not possible to import an existing Flux PEEC project).

/!\ Documentation updates are in progress – some mentions of 3D may still appear.

RhoCpTExponentialFunction

Exponential function of T

Class RhoCpTExponentialFunction extends RhoCp

Constructors

  • RhoCpTExponentialFunction(rhoCpConstant ,rhoCpExponential ,referenceTemperature ,tau )

Fields Summary

Field
Description
referenceTemperature
T0 (reference temperature) in RhoCp(T) = RhoCpa + RhoCpb exp(-(T-T0)/Tau)
rhoCpConstant
RhoCpa in RhoCp(T) = RhoCpa + RhoCpb exp(-(T-T0)/Tau)
rhoCpExponential
RhoCpb in RhoCp(T) = RhoCpa + RhoCpb exp(-(T-T0)/Tau)
tau
Tau in RhoCp(T) = RhoCpa + RhoCpb exp(-(T-T0)/Tau)

Methods Summary

no methods

Fields Details

referenceTemperature
referenceTemperature : T0 (reference temperature) in RhoCp(T) = RhoCpa + RhoCpb exp(-(T-T0)/Tau) - [1..1] Temperature
rhoCpConstant
rhoCpConstant : RhoCpa in RhoCp(T) = RhoCpa + RhoCpb exp(-(T-T0)/Tau) - [1..1] Evol Physic Formula <String>
rhoCpExponential
rhoCpExponential : RhoCpb in RhoCp(T) = RhoCpa + RhoCpb exp(-(T-T0)/Tau) - [1..1] Evol Physic Formula <String>
tau
tau : Tau in RhoCp(T) = RhoCpa + RhoCpb exp(-(T-T0)/Tau) - [1..1] Temperature

Method Details

no methods

See also