.Physiolibrary.Blocks.Math.Log10AsEffect

min( 0, log10(u) )

Information

This blocks computes the output y as the base 10 logarithm of the input u if u>1 or 0 otherwise

y = if(u>1) log10( u ) else 0;


Generated at 2025-03-09T19:25:01Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos