Thread: Realtime CFD ?
View Single Post
Old 09-22-2022, 04:00 PM   #18 (permalink)
freebeard
Master EcoModder
 
freebeard's Avatar
 
Join Date: Aug 2012
Location: northwest of normal
Posts: 27,712
Thanks: 7,780
Thanked 8,586 Times in 7,070 Posts
Quote:
The only CFD that will 'solve' an automobile completely is the 3D, Full Navier-Stokes Equations for viscous flows, plus a turbulence model.
The billions of cells required are presented in a spherical-coordinate system, with the vehicle at the 'center of the universe.'...
Cartesian grids can't do it.
That's what I'm saying. With OpenVDB more distance cells are 'larger'. Each volex can have n attributes attached and available for computation.
Quote:
Point Clouds and Tools
OpenVDB can natively store point data within its hierarchy using PointDataGrids. These grids can store the points with attributes directly in the VDB Grid. Points are spatially-organized into VDB voxels to provide faster access and a greater opportunity for data compression compared with linear point arrays.
https://www.openvdb.org/about/

'CFD' encompasses the algorithmic pseudocode to implement Botlzman or Navier-Stokes [whichever] and the the dataspace where the computation takes place. Open VDB offers the latter.
__________________
.
.
Without freedom of speech we wouldn't know who all the idiots are. -- anonymous poster

____________________
.
.
"We're deeply sorry." -- Pfizer
  Reply With Quote
The Following User Says Thank You to freebeard For This Useful Post:
aerohead (09-22-2022)