Correct filament_diameter formula (#221)

Co-authored-by: Silvio Tisato <4465268+stisa@users.noreply.github.com>
This commit is contained in:
Ian Bassi
2026-04-29 11:20:47 -03:00
committed by GitHub
parent 68244b00dd
commit 83a760fd4a

View File

@@ -41,7 +41,7 @@ Shape, material and density of an individual pellet will determine the packing d
We are translating the pellet_flow_coefficient into filament_diameter so that everything works just like it does already with very minor adjustments.
$$
\text{filament\_diameter} = \sqrt{\frac{4 \times \text{pellet\_flow\_coefficient}}{\pi}}
\text{filament\_diameter} = \sqrt{\frac{4}{\text{pellet\_flow\_coefficient} \cdot \pi}}
$$
sqrt just makes the relationship between flow_coefficient and volume linear.