|
[Sponsors] |
March 3, 2017, 07:22 |
Problem running potentialFoam
|
#1 |
New Member
IvánFB
Join Date: Mar 2017
Location: Spain
Posts: 10
Rep Power: 9 |
I have a problem trying to running potencialFoam in OpenFoam 4.1
First I had run decomposePar (8 subdomains) Then I want to run: potentialFoam 8 -noFunctionObjects The following error is displayed: Usage: potentialFoam [OPTIONS] options: -case <dir> specify alternate case directory, default is the cwd -initialiseUBCs Initialise U boundary conditions -noFunctionObjects do not execute functionObjects -pName <pName> Name of the pressure field -parallel run in parallel -roots <(dir1 .. dirN)> slave root directories for distributed running -withFunctionObjects execute functionObjects -writePhi Write the velocity potential field -writep Calculate and write the pressure field -srcDoc display source code in browser -doc display application documentation in browser -help print the usage Using: OpenFOAM-4.1 (see www.OpenFOAM.org) Build: 4.1 --> FOAM FATAL ERROR: Wrong number of arguments, expected 0 found 1 FOAM exiting Can anybody help me? Thanks. |
|
March 5, 2017, 23:21 |
|
#2 |
Senior Member
Join Date: Aug 2013
Posts: 407
Rep Power: 16 |
Hi,
The syntax to run in parallel is: Code:
mpirun -np <number of processors> <solver/utility name> <options for solver/utility> Code:
mpirun -np 8 potentialFoam -noFunctionObjects Cheers, Antimony |
|
March 6, 2017, 05:13 |
|
#3 |
New Member
IvánFB
Join Date: Mar 2017
Location: Spain
Posts: 10
Rep Power: 9 |
Thanks for your help
The error has been solved. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem About Running Fluent In Linux | mitra | FLUENT | 18 | June 20, 2019 03:11 |
ANSYS Licensing Problem, Processes Running but Showing as Not Running | penguinman | ANSYS | 3 | September 27, 2016 14:30 |
[Other] Problem running after decomposition | paul.m.edwards | OpenFOAM Meshing & Mesh Conversion | 0 | January 14, 2015 13:55 |
Problem while running in Highperformance computing environment | Phanipavan | STAR-CD | 1 | September 11, 2013 07:42 |
problem with running in parallel | dhruv | OpenFOAM | 3 | November 25, 2011 06:06 |