Cfd icon indicating copy to clipboard operation
Cfd copied to clipboard

Computional Fluid Dynamics (CFD) for FreeCAD based on OpenFOAM and Fenics solver

Results 4 Cfd issues
Sort by recently updated
recently updated
newest added

While attempting to load Cfd, I got following error message: `During initialization the error "Command '['bash', '-i', '-c', 'source ~/.bashrc && echo $WM_PROJECT_VERSION']' returned non-zero exit status 1." occurred in...

Cannot find icon: fem-femmesh-gmsh-from-shape Traceback (most recent call last): File "/home/qxia/.FreeCAD/Mod/Cfd/cfdguiobjects/_ViewProviderCfdSolverFoam.py", line 85, in setEdit foamRunnable = CfdRunnableFoam(self.Object) File "/home/qxia/.FreeCAD/Mod/Cfd/CfdRunnableFoam.py", line 45, in __init__ self.ploter = FoamResidualPloter.FoamResidualPloter() File "/home/qxia/.FreeCAD/Mod/Cfd/FoamCaseBuilder/FoamResidualPloter.py", line...

https://github.com/FreeCAD/FreeCAD/issues/10369 CC @qingfengxia

I want to generate an object with a large number (about 10,000) of spheres with the same characteristics composite, I find that CAD interactions are less efficient, is there a...