connorferster / forallpeople

Python SI units library: your 'daily driver' for calculations.
Apache License 2.0
272 stars 38 forks source link

Convert units of kN into kN*m/m #95

Open GitBorzo opened 6 months ago

GitBorzo commented 6 months ago

Hi,

I absolutely love the library - it's so incredibly useful!

I am calculating the moment about a flat slab and I'd like to show the units as kNm/m rather than kN. Is there a way to do this?

Example:

%%render M_Ed = (q * (L_span**2))/8 M_Ed = 31.297 kN

Thanks in advance!

titus-nggm commented 3 months ago

Any updates on this?