.FluxTubesExtension.Material.PiecewiseLinearSoftMagnetic.BH_Approx

Piecewise linear B(H) interpolation

Interface

function BH_Approx
  extends Modelica.Icons.Function;
  input Integer N "Count of nodes";
  input SI.MagneticFieldStrength Hk[N] "Field strength coefficients";
  input SI.MagneticFluxDensity Bk[N] "Flux density coefficients";
  input SI.MagneticFieldStrength H "Field strength in ferromagnetic flux tube element";
  output SI.MagneticFluxDensity B "Flux density in ferromagnetic flux tube element";
end BH_Approx;

Generated at 2025-03-14T19:24:29Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos