Extracting cfMesh

A subforum specific to the development of the OpenFoam-based workbenches ( Cfd https://github.com/qingfengxia/Cfd and CfdOF https://github.com/jaheyns/CfdOF )

Moderator: oliveroxtoby

Post Reply
BlueeyedM
Posts: 1
Joined: Fri Dec 07, 2018 10:02 am

Extracting cfMesh

Post by BlueeyedM »

Hi I am new to FreeCAD and first time poster on this forum.

Want to work with the cfdOF module, but keep getting error when trying to install the cfMesh dependencies:

Code: Select all

Downloading cfMesh, please wait...
Extracting cfMesh...
Command '{ mkdir -p "$WM_PROJECT_USER_DIR" && cd "$WM_PROJECT_USER_DIR" && ( rm -r cfmesh-cfdof; unzip -o "/c/users/user/appdata/local/temp/tmp2mrpjb"; ); }' returned non-zero exit status 1
Download unsuccessful
Am I missing something?
User avatar
oliveroxtoby
Posts: 837
Joined: Fri Dec 23, 2016 9:43 am
Location: South Africa

Re: Extracting cfMesh

Post by oliveroxtoby »

BlueeyedM wrote: Thu Jan 24, 2019 12:46 pm Hi I am new to FreeCAD and first time poster on this forum.

Want to work with the cfdOF module, but keep getting error when trying to install the cfMesh dependencies:

Code: Select all

Downloading cfMesh, please wait...
Extracting cfMesh...
Command '{ mkdir -p "$WM_PROJECT_USER_DIR" && cd "$WM_PROJECT_USER_DIR" && ( rm -r cfmesh-cfdof; unzip -o "/c/users/user/appdata/local/temp/tmp2mrpjb"; ); }' returned non-zero exit status 1
Download unsuccessful
Am I missing something?
Is OpenFOAM installed? If you run the dependency checker, does it report a problem with OpenFOAM?

Please supply the contents of the report view, as described here: https://forum.freecadweb.org/viewtopic. ... 92#p280359
Please provide all the information requested in this post before reporting problems with CfdOF.
Post Reply