Search found 833 matches

by oliveroxtoby
Sun Feb 11, 2024 7:25 pm
Forum: CfdOF / CFD
Topic: MPI installed, but CfdOF cannot find it
Replies: 18
Views: 2117

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: 2117

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?
by oliveroxtoby
Sat Feb 10, 2024 10:02 am
Forum: CfdOF / CFD
Topic: MPI installed, but CfdOF cannot find it
Replies: 18
Views: 2117

Re: MPI installed, but CfdOF cannot find it

knobber thank you for your kind compliment. CfdOF does not actually use WSL. The OpenFOAM build runs natively via mingw and uses MS-MPI. In any case, my first question was going to be to ask you to log on to the OpenFOAM terminal and type which mpiexec. Since that works, it is quite a mystery to me...
by oliveroxtoby
Fri Jan 26, 2024 7:03 am
Forum: CfdOF / CFD
Topic: Problem Simulating Extractor Fan
Replies: 2
Views: 661

Re: Problem Simulating Extractor Fan

I'm pretty new to CFD, but have been playing with CfdOF for a project at work. We have a box with an extractor fan, and need to optimise the suction flow through the box. If I set up the CFD model using Uniform velocity at the inlet and static pressure at the outlet, it solves fine. However, when I...
by oliveroxtoby
Fri Jan 26, 2024 7:02 am
Forum: CfdOF / CFD
Topic: Could not find OpenFoam installation -MAc
Replies: 1
Views: 419

Re: Could not find OpenFoam installation -MAc

Hi, I am trying to link openfoam install directory with CFdOF. I have a problem with could not find OpenFoam installation. Where can I find openfoam install directory? IMG_6226.png OS: macOS 14.2.1 Word size of FreeCAD: 64-bit Version: 0.21.2.33771 (Git) Build type: Release Branch: (HEAD detached a...
by oliveroxtoby
Wed Jan 10, 2024 9:33 pm
Forum: CfdOF / CFD
Topic: Initialization Zones only support U & P
Replies: 3
Views: 9414

Re: Initialization Zones only support U & P

markinca wrote: Mon Jan 08, 2024 11:08 pm When I look at the initialization zones input panel, it seems as though it only supports velocity and pressure and not temperature. Am I missing something?
I have now added temperature. Could you check if this is working correctly for you?
by oliveroxtoby
Mon Jan 08, 2024 7:20 pm
Forum: CfdOF / CFD
Topic: Meshing small gaps
Replies: 1
Views: 1879

Re: Meshing small gaps

I'm trying to mesh a geometry that has small slots between parts: Screenshot from 2024-01-08 17-50-18.png However I'm finding that these slots are getting blocked by the mesher like this: Screenshot from 2024-01-08 17-52-11.png Are there any settings I can use to stop this happening? Thanks You wil...
by oliveroxtoby
Sat Jan 06, 2024 8:09 pm
Forum: CfdOF / CFD
Topic: Installation problems of depencendies for CfdOf on Linux with AppImage
Replies: 10
Views: 3172

Re: Installation problems of depencendies for CfdOf on Linux with AppImage

KodKod1 wrote: Sat Jan 06, 2024 11:34 am Hello, dear CfdOF users! Could you help to resolve following issues: can't install cfMesh and HiSA. There's also issue with gmsh.
It looks like your system is missing the g++ compiler.
by oliveroxtoby
Fri Jan 05, 2024 8:00 pm
Forum: CfdOF / CFD
Topic: Compiling hisa on openfoam10
Replies: 7
Views: 2332

Re: Compiling hisa on openfoam10

However @thschrader 's dart example only runs using the openfoam9/hisa 1.7.3 combo (ESI/hisa1.7.3 not tested). The foundation & esi with hisa 1.9.6 combinations raise a floating point exception - see attached log. I haven't looked into it enough to see if it is a meshing mpi n-processes issue, ...
by oliveroxtoby
Fri Jan 05, 2024 6:36 pm
Forum: CfdOF / CFD
Topic: Compiling hisa on openfoam10
Replies: 7
Views: 2332

Re: Compiling hisa on openfoam10

Sorry about this. It was an issue in my packaging script that was keeping old files around. This should be resolved now. Compiles fine for me with OF 10. Thanks - it seems the applications directory has been lost in the most recent update of hisa-master on sourceforge though? I assume this is neede...