-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add chimera app #609
base: master
Are you sure you want to change the base?
Add chimera app #609
Conversation
@jginternational The zip file , is it the same case as Ruben posted on the other thread ? |
Also I checked the interface, looks good. Thank you very much for your efforts. One minor thing I noticed is that the case is always 2D. There should also be an option to have 3D too. |
Hi @adityaghantasala I'll activate the 3D also. |
Can we add this cross section example as predefined example in the GUI? |
yes we can ... ! |
I'll try to create it. |
@rubenzorrilla ... How can I help here to continue with finishing the problem type. From the last commits, there is minor change in the JSON format. I will attach the JSON here by the end of the day. Niw JSON is similar to the Mesh motion solver. |
Hi! I think that in the last iteration we had some problems with the writing. Could you please attach an example compatible with the latest version of your branch (including the json you mentioned above). Thanks!! |
Hi guys |
"chimera_settings":{
"chimera_echo_level":2,
"reformulate_chimera_every_step":true,
"chimera_parts":[
[
{
"model_part_name":"FluidModelPart.Parts_background_surface",
"overlap_distance":0.7,
"model_import_settings":{
"input_type":"mdpa",
"input_filename":"sep_meshes/chimera_background"
}
}
],
[
{
"model_part_name":"FluidModelPart.Parts_patch_surface",
"overlap_distance":0.7,
"model_import_settings":{
"input_type":"mdpa",
"input_filename":"sep_meshes/chimera_patch_for_embedded"
}
}
]
],
"internal_parts_for_chimera":[
]
} |
Hi @adityaghantasala
Do you need this nested list structure? It's a list of lists of patches. Wouldn't it be better something like:
In addition, I can place the submodelpart name of the internal boundaries in each patch |
Ok, in this branch, you can test this example Notice that we have 2 patches created: 3 mdpa files are generated:
Chimera settings are:
|
Awesome @jginternational thank you very much. I will test this tomorrow as I need to change some parts of the code to take care of the internal boundary parts. |
@jginternational There are theree small issues :
|
Done.
Done
Would it be possible to assume that the background part is the one in |
@jginternational good suggestion, I will see how I can do that and will get back to you. |
@adityaghantasala @KratosMultiphysics/chimera The current Gui in this branch generates this example, that does not run. I don't know how to follow Error message:
|
@adityaghantasala is not working at the chair any more, not sure who could solve this problem :/ |
Not ready yet
Missing JSON files