-
Notifications
You must be signed in to change notification settings - Fork 29
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
Ryujin simulation with multiple inlets (Question) #176
Comments
@rl3418 Do you mind posting the geometry figure? I believe you can use the "function" initial state for custom configurations. See the default |
@rl3418 I don't believe there is an example for the Euler Equations. Here is a simple example you can modify:
Note the use of the ternary operator which can be useful for your test case. |
@rl3418 This is not terribly well explained - we should really update our documentation in this regard: The parameter section for initial values looks as follwos::
Here, we use the following convention: The initial configuration should be centered in the origin (0,0) and oriented in positive x-direction (1,0). We then use the So that means you can do the following:
|
test.txt
Hi,
I am trying to implement a ryujin simulation with two inlets. The file attached is the geometry I defined using Gmsh. I want to have two inlets at the top injecting helium at different temperatures. Not exactly sure how to configure the initialvalues in the prm file. It only takes one direction and a single position for the inlet.
The text was updated successfully, but these errors were encountered: