-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in 'Unconstrained shape design of a two way mixing channel' tutorial, with bad error message #51
Comments
Are you referring to the text in the tutorial or the config files associated with the tutorial? |
The text in the tutorial is incorrect. Specifically, in Tutorials/incompressible_flow/Inc_Species_Transport/2__mesh-deform-test/species3_primitiveVenturi_deform.cfg, I would remove the semicolon at the end of line 193. More importantly though, I think the error message provided by SU2_DEF should be corrected. Thanks! |
should be:
Actually, in the accompanying files it is correct. Also, in the accompanying files FFD_CONTROL_POINT_2D is used instead of FFD_CONTROL_POINT. |
I created a pull request for the tutorial website. |
The aforementioned tutorial seems to have an error regarding correct definition of the 'DV_PARAM' variable, which also results in an incorrect error message when run.
The tutorial defines DV_PARAM with a trailing semicolon, as below:
DV_PARAM= (BOX, 2, 0, 0, 0.0, 1.0, 0.0 ); (BOX, 3, 0, 0, 0.0, 1.0, 0.0 ); (BOX, 4, 0, 0, 0.0, 1.0, 0.0 ); (BOX, 5, 0, 0, 0.0, 1.0, 0.0 ); (BOX, 6, 0, 0, 0.0, 1.0, 0.0 ); (BOX, 2, 1, 0, 0.0, 1.0, 0.0 ); (BOX, 3, 1, 0, 0.0, 1.0, 0.0 ); (BOX, 4, 1, 0, 0.0, 1.0, 0.0 ); (BOX, 5, 1, 0, 0.0, 1.0, 0.0 ); (BOX, 6, 1, 0, 0.0,
% Excluded FFD points that are fixed to keep a nice geometry and mesh
%DV_PARAM= (BOX, 0, 0, 0, 0.0, 1.0, 0.0 ); (BOX, 1, 0, 0, 0.0, 1.0, 0.0 ); (BOX, 0, 1, 0, 0.0, 1.0, 0.0 ); (BOX, 1, 1, 0, 0.0, 1.0, 0.0 );
Running SU2_DEF with the trailing semicolon results in the error message
DV_PARAM: may not have ending semicolon
which is the opposite of what it should say.
The text was updated successfully, but these errors were encountered: