|
[Sponsors] |
August 17, 2019, 03:31 |
what does interface()->correct(DEqn); do?
|
#1 | ||
Senior Member
Hojatollah Gholami
Join Date: Jan 2019
Posts: 171
Rep Power: 7 |
Dear Foamer,
in solid solver of fsiFoam Quote:
any reporting about solidSolver that explained detail of code? Quote:
|
|||
August 21, 2019, 11:12 |
|
#2 |
Super Moderator
Philip Cardiff
Join Date: Mar 2009
Location: Dublin, Ireland
Posts: 1,093
Rep Power: 34 |
Hi,
These two pieces of code are related to a correction in the discretisation at bi-material interfaces i.e. at internal faces shared by two different materials. At bi-material interfaces, there is a discontinuity in the displacement gradient and this causes problems for the standard discretisation (in particular, the gradient calculation). This modified discretisation is described in the following paper: Tukovic, Ivankovic, Karac, 2012, Finite-volume stress analysis in multi-material linear elastic body, International Journal for Numerical Methods in Engineering, 10.1002/nme.4390. The code itself for the "interface()" class can be found at: extend-bazaar/FluidSolidInteraction/src/fluidSolidInteraction/solidSolvers/solidModels/materialInterfaces/materialInterface The subsequent solids4foam code essentially uses the same procedure but a different implementation that aims to be more general i.e. independent of the chosen mechanical law. Philip |
|
Tags |
fsifoam, solidsolver |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
sliding mesh problem in CFX | Saima | CFX | 46 | September 11, 2021 08:38 |
Radiation in semi-transparent media with surface-to-surface model? | mpeppels | CFX | 11 | August 22, 2019 08:30 |
Error - Solar absorber - Solar Thermal Radiation | MichaelK | CFX | 12 | September 1, 2016 06:15 |
Question about heat transfer coefficient setting for CFX | Anna Tian | CFX | 1 | June 16, 2013 07:28 |
Error finding variable "THERMX" | sunilpatil | CFX | 8 | April 26, 2013 08:00 |