-
-
December 18, 2020 at 8:12 pm
Pollovr
SubscriberHello, I'm currently performing a classical two-way system coupling. It's a baffle (solid) in the middle of a tank (fluid) half empty. The goal is to simulate how the water impact deflects the baffle (classical sloshing inside a tank). My problem is that every time I set up the Fluent simulation and refresh the system coupling box (which is mandatory), it doesn't patch the water region. The simulation works perfectly but with no water. It's like it's re-doing the initialization but without the water phased selected. I've tried to set it up in the Fluent solutions directly but it doesn't work.n -
December 22, 2020 at 8:51 pm
-
December 23, 2020 at 11:17 am
Pollovr
SubscriberThank you, Steve, nCould you expand on that please? I've never used system coupling nor commands, just the Fluent interface. On that Original Settings line that you've highlighted, what should be written?n -
December 23, 2020 at 2:59 pm
Stephen Orlando
Ansys EmployeeYou'll need /solve/patch with the appropriate inputs. Take a look at the Fluent Text Command List documentation for more information.nhttps://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/v202/en/flu_tcl/flu_tcl.htmlnnI recommend going over this tutorial in the Ansys documentation that shows a 2-way FSI simulation with Fluent and Mechanical.https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/v202/en/sysc_tut/sysc_tut_oscplate_wb_fluent.htmlnSystem Coupling Tutorials \\ Tutorials with Workbench-Setup Workflows \\ Tutorials with Workbench Setup and Execution \\ Oscillating Plate FSI with Fluent and MechanicalnnYou can also look at the following for the same tutorial but run with the System Coupling GUI or Command Line Interface that is run outside of Workbench. The new System Coupling GUI (run outside of Workbench) is available by searching for System Coupling 2019R3 (or newer) in the Start menu.https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/v202/en/sysc_tut/sysc_tut_oscplate_cli_fluent.htmlnSystem Coupling Tutorials \\ Tutorials with Command-Line Interface (CLI) Workflows \\ Oscillating Plate FSI with Fluent and MechanicalnnFSI simulations with very soft materials or membranes are prone to numerical instabilities. In 2020R1 we have introduced a stabilization method in System Coupling called the Quasi-Newton Stabilization Algorithm. Note that this has to be used with the new System Coupling GUI or Command Line Interface that is run outside of Workbench. More information here:https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/v202/en/sysc_ug/sysc_gen_scservice_dt_supplemental_iqnils.htmlnSystem Coupling User's Guide \\ System Coupling Data Transfers \\ Supplemental Processing Algorithms \\ Quasi-Newton Stabilization AlgorithmnnIt is very important to build up the FSI simulation in stages as opposed to setting up the 2-way FSI right at the start. This document Best Practices for Coupled Fluid-Structure Interaction (FSI) describes this process and is available here:https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/v202/en/sysc_ug/sysc_bestpractices_fsi.htmlnSystem Coupling User's Guide \\ Best Practices for System Coupling \\ Best Practices for Coupled Fluid-Structure Interaction (FSI)n -
January 1, 2021 at 3:58 pm
Pollovr
SubscriberI'm just trying to patch a Cell Register called region_water with the water phase at a value of 1 (the region would be full of water). How would I write the commands?nn
-
January 1, 2021 at 5:03 pm
Pollovr
SubscriberI've been looking around and I assume it should be something like /solve/patch region_water volume fraction phase_water*yes 1 but every time that I try to do so, an error telling me that an invalid cell zone id/name was given. Where I can find the name of this region?. -
January 4, 2021 at 12:13 pm
Rob
Forum ModeratorRun through the command in the TUI to see what is being asked. You may find the different models require slightly different syntax. Using * in labels is also likely to cause problems! n -
January 4, 2021 at 3:28 pm
-
January 4, 2021 at 3:49 pm
Rob
Forum ModeratorThe register doesn't have a cell ID. Use () to close the list and read the next line that comes up. n -
January 4, 2021 at 4:13 pm
-
January 4, 2021 at 4:20 pm
Rob
Forum ModeratorThat isn't asking the mesh region it's the phase domain, so likely mixture and phase-2 (or whatever you called it): hit Enter to see the options. In the earlier post you'd got beyond that stage. n -
January 4, 2021 at 4:24 pm
Pollovr
SubscriberI see what you mean, here is what it comes up:nIf I keep on pressing Entern/solve/patchnnDomain>nmixture phase-waternnDomain> phase-watern()ncell zone id/name(1) [()] 1nInvalid cell zone.ncell zone id/name(1) [()] region_waternnError: eval: unbound variablenError Object: region_waternInvalid cell zone.ncell zone id/name(1) [()]nnNOTE: If you plan to patch the volume fraction ('mp') variable,nsince patching the reconstructed interface shape has beennrequested, please only pick one register at a time!n(0)nregister id/names (1) [0] region_waternregister id/names (2) [()]nnVariable> mpnValue [1] 1n45225 cells markednnturbulent viscosity limited to viscosity ratio of 1.000000e+05 in 45225 cellsnn
And it patches everything that I'm looking for!! But how can I write that down into a single command line so I can put it in the Original Setting?.
-
January 4, 2021 at 4:30 pm
Pollovr
SubscriberAs seen in the second comment of the post. nBecause when I do it line by line, between asking me the cell zone id/name and the register id/name I have to press ENTER and when I try to do so in one line (as /solve/patch/phase-water/region_water/mp/1) it asks me for the cell register. Is there any way to skip that step or tell Fluent to press enter?n -
January 4, 2021 at 5:10 pm
Rob
Forum ModeratorTry n/solve/patch phase-water region_water mp 1The / is for a menu command that (generally) takes you to another menu level. If it's an answer to a prompt you don't need the / n -
January 4, 2021 at 5:17 pm
-
January 5, 2021 at 10:10 am
Pollovr
SubscriberI think I got it: /solve/patch/phase-water () (region_water) mp 1n -
January 5, 2021 at 10:29 am
Rob
Forum ModeratorOops, I missed the terminator for the cell zone list. Try the above, and if it fails try n/solve/patch phase-water () region_water mp 1nslightly different to your version. n -
January 5, 2021 at 10:46 am
Pollovr
SubscriberIT WORKS!!!! n/solve/patch/phase-water () (region_water) mp 1nJust one question, when I go to Case Modification --> Orignal Settings How many number of iterations/Time steps should I put? Because the goal is to have the region patched at the beginning and let the coupled calculations runs, so I assume it has to be just one. I don't want fluent patching the same region over and over every time stepn -
January 5, 2021 at 11:08 am
Rob
Forum ModeratorI'd set the patch to trigger at time step/iteration 0. n -
January 5, 2021 at 11:23 am
Pollovr
SubscriberIt seems to be working, but now I have another problem... I don't know if it's related but I've created another discussion to make things clear:n/forum/discussion/23297/2-way-fsi-vof-floating-point-errorn -
April 17, 2021 at 1:33 am
ZX
SubscriberI am doing VOF+FSI as well, so first of all, thank you for your method. After I input your method '/solve/patch/phase-water () (region_water) mp 1', I can patch the water region in FSI simulation as well. nHowever, after I finished the calculation, there is no animation in CFD-post. Instead, there is just a constant image. In the Calculation Activities in Fluent solver, I set saving every time step. But in the CFD-post, there is no time step, just a picture instead of anime. Could you please tell me how to solve this problem? Thank you.nn
-
April 19, 2021 at 11:03 am
Rob
Forum ModeratorCheck in the folder to see what you've saved. Are you saving .cas.gz or .cas.h5 files? n -
April 20, 2021 at 8:11 am
ZX
SubscriberYes, it's the save problem, thank you.n -
April 20, 2021 at 4:10 pm
Rob
Forum ModeratorSorry, not sure what you mean. n
-
Viewing 23 reply threads
- The topic ‘FSI – Volume of Fluid – Calculations not patching the water phase’ is closed to new replies.
Ansys Innovation Space
Trending discussions
- air flow in and out of computer case
- Varying Bond model parameters to mimic soil particle cohesion/stiction
- Eroded Mass due to Erosion of Soil Particles by Fluids
- Guidance needed for Conjugate Heat Transfer Analysis for a 3s3p Li-ion Battery
- Centrifugal Fan Analysis for Determination of Characteristic Curve
- I am doing a corona simulation. But particles are not spreading.
- Issue to compile a UDF in ANSYS Fluent
- JACOBI Convergence Issue in ANSYS AQWA
- affinity not set
- Resuming SAG Mill Simulation with New Particle Batch in Rocky
Top Contributors
-
3862
-
1414
-
1221
-
1118
-
1015
Top Rated Tags
© 2025 Copyright ANSYS, Inc. All rights reserved.
Ansys does not support the usage of unauthorized Ansys software. Please visit www.ansys.com to obtain an official distribution.