Uh oh!
There was an error while loading. Please reload this page.
Add chimera app - #609
Conversation
jginternational
commented
Jul 1, 2019
adityaghantasala
commented
Jul 2, 2019
@jginternational The zip file , is it the same case as Ruben posted on the other thread ? |
adityaghantasala
commented
Jul 2, 2019
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. |
jginternational
commented
Jul 2, 2019
Hi @adityaghantasala I'll activate the 3D also. |
rubenzorrilla
commented
Jul 3, 2019
Can we add this cross section example as predefined example in the GUI? |
adityaghantasala
commented
Jul 3, 2019
yes we can ... ! |
rubenzorrilla
commented
Jul 3, 2019
I'll try to create it. |
adityaghantasala
commented
Oct 15, 2019
@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. |
rubenzorrilla
commented
Oct 22, 2019
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!! |
adityaghantasala
commented
Oct 25, 2019
Hi guys |
adityaghantasala
commented
Jan 10, 2020
"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":[
]
} |
jginternational
commented
Jan 14, 2020
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 |
jginternational
commented
Jan 14, 2020
Ok, in this branch, you can test this example Notice that we have 2 patches created: 3 mdpa files are generated:
Chimera settings are: |
adityaghantasala
commented
Jan 14, 2020
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. |
adityaghantasala
commented
Jan 15, 2020
@jginternational There are theree small issues :
|
jginternational
commented
Jan 15, 2020
Done.
Done
Would it be possible to assume that the background part is the one in |
adityaghantasala
commented
Jan 21, 2020
@jginternational good suggestion, I will see how I can do that and will get back to you. |
jginternational
commented
Feb 10, 2022
@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: |
philbucher
commented
Feb 11, 2022
@adityaghantasala is not working at the chair any more, not sure who could solve this problem :/ |
rubenzorrilla
commented
Jul 22, 2025
@jginternational I think that the developments in the |

Not ready yet
Missing JSON files