|
[Sponsors] |
v10-Repeated errors arising with "transformPoints" in bash script |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 19, 2023, 09:15 |
v10-Repeated errors arising with "transformPoints" in bash script
|
#1 |
New Member
Niall O'Neill
Join Date: Feb 2023
Posts: 21
Rep Power: 3 |
Hello,
I am meshing a wind turbine as part of a tutorial that I'm doing. The tutorial was originally written for v3 I think (in 2017), and I am adapting it to v10, this involved only minor changes so far like the surfaceFeatureExtract-> SurfaceFeatures dict, but It seems there's some other syntax issue here. The syntax in the mesh making bash file is as follows: _______________________________________ (to rotate the 'rotating region') transformPoints -parallel -rotate '((1 0 0)(0.993572 0 0.113203))' (to transform the overall mesh from mm to m) transformPoints -scale '0.001' ______________________________________ which results in the following errors in the log file (respectively) ___________________________________ [0] --> FOAM FATAL ERROR: [0] Invalid option: -rotate [0] [0] FOAM parallel run exiting and --> FOAM FATAL ERROR: Invalid option: -scale FOAM exiting _____________________________ Can't see where the obvious syntax errors here are, if they point out to anyone, let me know. Thanks |
|
August 19, 2023, 10:41 |
|
#2 | |
Senior Member
Join Date: Apr 2020
Location: UK
Posts: 736
Rep Power: 14 |
Niall
if I do a quick: Code:
grep -r transformPoints /opt/openfoam10/tutorials Quote:
|
||
August 21, 2023, 05:04 |
|
#3 |
Senior Member
Yann
Join Date: Apr 2012
Location: France
Posts: 1,198
Rep Power: 27 |
I would also add 2 more tips in addition to Tobermory's one:
Code:
transformPoints -help Code:
foamInfo transformPoints Cheers, Yann |
|
August 21, 2023, 06:06 |
|
#4 |
New Member
Niall O'Neill
Join Date: Feb 2023
Posts: 21
Rep Power: 3 |
Those are very handy features that I wasn't aware of, thanks! Will be sure to use that with other syntax issues in future.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Transient simulation not converging | skabilan | OpenFOAM Running, Solving & CFD | 14 | December 17, 2019 00:12 |
How to write k and epsilon before the abnormal end | xiuying | OpenFOAM Running, Solving & CFD | 8 | August 27, 2013 16:33 |
Convergence moving mesh | lr103476 | OpenFOAM Running, Solving & CFD | 30 | November 19, 2007 15:09 |
IcoFoam parallel woes | msrinath80 | OpenFOAM Running, Solving & CFD | 9 | July 22, 2007 03:58 |
Could anybody help me see this error and give help | liugx212 | OpenFOAM Running, Solving & CFD | 3 | January 4, 2006 19:07 |