I have a CAD model that I’m trying to optimize for hydrodynamic-ness, programmatically (preferably with Python).
Is there a way I can find or estimate the drag force of the model, without having the drag coefficient of the shape? I need to be able to compare to models and determine which is more hydrodynamic.
Thanks.