Search found 801 matches

by oliveroxtoby
Mon Mar 18, 2024 7:09 pm
Forum: CfdOF / CFD
Topic: Run mesher
Replies: 6
Views: 436

Re: Run mesher

xvlss wrote: Sun Mar 03, 2024 4:39 pm

Code: Select all

/bin/bash: line 1: cd: D:\new folder\meshCase: No such file or directory
Above error is reported after clicking runmesher.

write mesh case was successfull
I'm wondering why bash is running with a Windows path. Are you trying to use WSL perhaps? It's not currently supported unfortunately.
by oliveroxtoby
Mon Mar 18, 2024 7:07 pm
Forum: CfdOF / CFD
Topic: Run mesher
Replies: 6
Views: 436

Re: Run mesher

Hi @oliveroxtoby , I also have a very similar issue. CfdOF dependencies were all installed successfully via the Cfdof preferences window. Log message: Meshing your file worked smoothly for me unfortunately. Does this happen only when using gmsh, or any of the meshers? Could you paste the output tha...
by oliveroxtoby
Thu Mar 14, 2024 8:07 pm
Forum: CfdOF / CFD
Topic: FreeCAD does not Install OpenFoam and Paraview
Replies: 5
Views: 468

Re: FreeCAD does not Install OpenFoam and Paraview

Hi, Installed FreeCAD 0.21.2 on a laptop, windows 10 Home edition. Then successfully installed CfdOF using addon manager tool and restarted the device. Now I go to Edit, Preferences, Cfdof and try to install either Openfoam, Paraview, Cfmesh, or HiSA, nothing happens (see attached) and I get error ...
by oliveroxtoby
Wed Mar 13, 2024 7:55 pm
Forum: CfdOF / CFD
Topic: Run mesher
Replies: 6
Views: 436

Re: Run mesher

Please attach a saved .FCstd file and instructions for reproducing your problem from the saved state. This will greatly increase the chances of the issue being looked at by someone, and prevent time being wasted on blind speculation. The easier an issue can be reproduced, the easier it is to fix, s...
by oliveroxtoby
Sun Mar 03, 2024 8:05 pm
Forum: CfdOF / CFD
Topic: can't install cfmesh, can't run mesher using gmsh, can't open paraview
Replies: 1
Views: 352

Re: can't install cfmesh, can't run mesher using gmsh, can't open paraview

liruzhen wrote: Fri Mar 01, 2024 2:27 pm Does freecad/cfdof need root permission?
No.

The gmsh and paraview executables should point to the actual executables and not the .desktop files.
by oliveroxtoby
Fri Feb 23, 2024 8:12 pm
Forum: CfdOF / CFD
Topic: MPI installed, but CfdOF cannot find it
Replies: 18
Views: 1843

Re: MPI installed, but CfdOF cannot find it

knobber wrote: Fri Feb 23, 2024 3:26 pm
.....\meshCase\Allmesh.ps1 cannot be loaded
because running scripts is disabled on this system. For more information, see about_Execution_Policies at
https:/go.microsoft.com/fwlink/?LinkID=135170.
Oh, yikes. I have put in a workaround. Hope that fixes it for you.
by oliveroxtoby
Thu Feb 22, 2024 7:25 pm
Forum: CfdOF / CFD
Topic: MPI installed, but CfdOF cannot find it
Replies: 18
Views: 1843

Re: MPI installed, but CfdOF cannot find it

Scratch that - I see that it is actually mangling the directory name in the path; seems to be related to with the space in your home folder name. I can reproduce almost the same the issue now so I will try to figure something out. Hello @oliveroxtoby, Do you think you will have a solution to the fo...
by oliveroxtoby
Mon Feb 12, 2024 7:40 pm
Forum: CfdOF / CFD
Topic: MPI installed, but CfdOF cannot find it
Replies: 18
Views: 1843

Re: MPI installed, but CfdOF cannot find it

oliveroxtoby wrote: Sun Feb 11, 2024 7:25 pm
knobber wrote: Sat Feb 10, 2024 1:30 pm @oliveroxtoby, here is the python output:
Scratch that - I see that it is actually mangling the directory name in the path; seems to be related to with the space in your home folder name. I can reproduce almost the same the issue now so I will try to figure something out.
by oliveroxtoby
Sun Feb 11, 2024 7:25 pm
Forum: CfdOF / CFD
Topic: MPI installed, but CfdOF cannot find it
Replies: 18
Views: 1843

Re: MPI installed, but CfdOF cannot find it

knobber wrote: Sat Feb 10, 2024 1:30 pm @oliveroxtoby, here is the python output:
Strange...the correct directory is in the path. So, what does typing

Code: Select all

import CfdOF.CfdTools
CfdOF.CfdTools.runFoamCommand("which mpiexec")
from the python terminal give you?
by oliveroxtoby
Sat Feb 10, 2024 10:15 am
Forum: CfdOF / CFD
Topic: MPI installed, but CfdOF cannot find it
Replies: 18
Views: 1843

Re: MPI installed, but CfdOF cannot find it

@knobber Also, in the python console, could you please type

Code: Select all

import CfdOF.CfdTools
CfdOF.CfdTools.runFoamCommand("echo $PATH")
then wait ~30s and copy the result that is printed back on the python console, please?