https://mooseframework.inl.gov
Loading...
Searching...
No Matches
thermal_hydraulics
unit
include
Functions
THMTestUtils.h File Reference
Go to the source code of this file.
Functions
Real
computeFDPerturbation
(const Real &
value
, const Real &relative_perturbation=REL_PERTURBATION)
Function Documentation
◆
computeFDPerturbation()
Real computeFDPerturbation
(
const Real &
value
,
const Real &
relative_perturbation
=
REL_PERTURBATION
)
inline
Definition at line
23
of file
THMTestUtils.h
.
24
{
25
return
std::max(relative_perturbation * std::abs(value), PERTURBATION_MIN);
26
}
Generated on Fri Aug 21 2026 13:42:06 for https://mooseframework.inl.gov by
1.9.8