Skip to main content

getNitrogenBalanceField

@svenvw/fdm-source


@svenvw/fdm-source / fdm-calculator/src / getNitrogenBalanceField

Variable: getNitrogenBalanceField

const getNitrogenBalanceField: any

Defined in: fdm-calculator/src/balance/nitrogen/index.ts:282

A cached version of the calculateNitrogenBalanceField function.

This function provides the same functionality as calculateNitrogenBalanceField but includes a caching mechanism to improve performance for repeated calls with the same input. The cache is managed by withCalculationCache and uses the pkg.calculatorVersion as part of its cache key.

Param

The input data for the nitrogen balance calculation.

Returns

A promise that resolves with the calculated nitrogen balance, with numeric values as numbers.