Hello everyone :D
I am currently working on a 3d printed plane with a current focus on predicting the final mass. I have noticed that a combination of a volume density and a surface density allows for a very accurate estimation of the mass of printer parts using openVSP.
However now I want to predict the mass of a hallow fuselage, which is to be filled with components. It turns out that combining a "bulk volume" of the fuselage, from which the core is cut with a smaller "core model". The inteded approach of setting this core to a negative volume removes the component inside as well and is therefore unfit especially for later cg calculations, but setting the core modells density to the negative value of the bulk volumes density, and therefore having the densities cancel each other out works well.
The problem is, that after every mass calculation run the negative density value is set to 0, which I assume is done since most of the time setting a negative value will be non sensical.
Is there any workaround for this which doesnt include me modifying the code?
And if not I would suggest removing this automatic correction or maybe adding a toggle button to manually allow negative densities (although implementing this is more work)
Thanks for any advice and have a great day