CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > SU2

Complete beginner banging there head against the wall

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 29, 2024, 20:02
Default Complete beginner banging there head against the wall
  #1
New Member
 
Jacob Keddy
Join Date: Mar 2024
Posts: 3
Rep Power: 2
JacobKeddy is on a distinguished road
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.
JacobKeddy is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
temperature correction limited- Star ccm+ LpSingh STAR-CCM+ 15 September 29, 2020 11:06
Table bounds warnings at: END OF TIME STEP CFXer CFX 4 July 16, 2020 23:44
[mesh manipulation] mergeMeshes problem Attesz OpenFOAM Meshing & Mesh Conversion 3 July 29, 2015 04:15
[ICEM] Complete beginner with ICEM dfitz1000 ANSYS Meshing & Geometry 6 January 17, 2011 16:22
Wall functions Abhijit Tilak Main CFD Forum 6 February 5, 1999 01:16


All times are GMT -4. The time now is 11:19.