Closed ShukaiWang1110 closed 4 months ago
Hi, hope you guys can take a look to see if I am on the right track. Now the compelling error shows it appears that the compiler cannot find the variables Inlet_Temperature, Inlet_Pressure and Inlet_Velocity. This means that we need to declare and define these variables in the appropriate places in the class. Need I declare these variables in the CEulerSolver class and the CFVMFlowSolverBase class?
SU2ERROR.txt Hi, I followed your comment and now it shows some errors when compelling the code... I copied the error. Do you guys have any ideas
Well, I noticed some errors and trying to debug now...
Okay good news is the recompelling is good. looking forward to do some tests.
SU2ERROR.txt Hi, I followed your comment and now it shows some errors when compelling the code... I copied the error. Do you guys have any ideas
I guess you have already solved but flow dir is a vector that you are trying to divide by a scalar
SU2ERROR.txt Hi, I followed your comment and now it shows some errors when compelling the code... I copied the error. Do you guys have any ideas
I guess you have already solved but flow dir is a vector that you are trying to divide by a scalar
Yes you're right.
The changes are too confusing to propose changes on GitHub. I'll fix this for you this weekend.
Sorry Pedro. I basically made the changes on VSCode and copied it to GitHub. I should directly work on here. Thanks for the help, really appreciate it!
Proposed Changes
This is a draft pull request for the implementation of a supersonic inlet profile feature. the uniform temperature, pressure, and velocity at the inlet for a supersonic inlet BC will replaced with vertex values.
Related Work
Modifications to related codes, recompelling it and doing proper tests using supersonic cases. Iterations.
PR Checklist
pre-commit run --all
to format old commits.