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 Sep 11 2026 20:37:19 for https://mooseframework.inl.gov by
1.9.8