|
[Sponsors] |
Complete beginner banging there head against the wall |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 29, 2024, 21:02 |
Complete beginner banging there head against the wall
|
#1 |
New Member
Jacob Keddy
Join Date: Mar 2024
Posts: 3
Rep Power: 2 |
error message:
~/SU2/bin$ SU2_DEF Flat_Plate_Geometry.cfg Error in TokenizeString(): line in the configuration file with no "=" sign. terminate called after throwing an instance of 'int' Aborted (core dumped) code: % GEOMETRY DEFINITION FILE FOR SU2 % Define points BEGIN_POINT PointID = 1 XCoord = 0.0 YCoord = 0.0 END_POINT BEGIN_POINT PointID = 2 XCoord = 2.4 YCoord = 0.0 END_POINT % Define lines BEGIN_LINE LineID = 1 Point1 = 1 Point2 = 2 END_LINE Tried so far: adding = after BEGIN_POINT etc shows error as no value assigned reformatting as POINT = (1, 0.0, 0.0) POINT = (2, 2.4, 0.0) LINE = (1, 1, 2) error invalid option name changed to POINT1 & POINT2 same error runnig SU2 test cases with same = error I,ve just been introduced to SU2 in my CFD module at university and have no prior experience with CFD or with using LINUX and very little coding skills so this whole process of getting going is very frustrating and im sure an increbly easy solution. my assignment is on very simple problems but i get error codes when i run any of my .cfg files. I've also tried with SU2 test cases and get very similar errors to do with missing equal signs. could this be due to incorrectly downloading SU2? It was working fine before but now any code is throwing errors. If there are any far wiser and smarter CFD engineers on this thread who could help it would be much appreciated. I've trid using SU2_CFD and SU2_DEF with no luck. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
temperature correction limited- Star ccm+ | LpSingh | STAR-CCM+ | 15 | September 29, 2020 12:06 |
Table bounds warnings at: END OF TIME STEP | CFXer | CFX | 4 | July 17, 2020 00:44 |
[mesh manipulation] mergeMeshes problem | Attesz | OpenFOAM Meshing & Mesh Conversion | 3 | July 29, 2015 05:15 |
[ICEM] Complete beginner with ICEM | dfitz1000 | ANSYS Meshing & Geometry | 6 | January 17, 2011 17:22 |
Wall functions | Abhijit Tilak | Main CFD Forum | 6 | February 5, 1999 02:16 |