rhoOpTemp method

double rhoOpTemp(
  1. double t
)

Implementation

double rhoOpTemp(double t) => rho20 * (1 + alpha20 * (t - 20));