Closed soudah closed 2 years ago
do you have any sort of regularity in the thickness of the first element layer in the vicinity of the boundary?
Thanks Riccardo.
These are the results using a "strutured and center-strutured mesh".
Right now I will try with the same mesh + Boundary layer.
These are the results with Boundary Layer. The results improve a lot, but there are some peak values on the WSS. I am reviwing how the WSS is computed. But WSS is just only the norm of projection of the face_Load over the elements.
Considering that the REACTION
, which is converted to FACE_LOAD
, and the NORMAL
are smooth, I dare say that the problem is in the WSS
calculation.
can this be closed?
Hi All, I am also interested in computing WSS. Do you have this i1mplemented to share? I am currently testing Kratos for microfluidics applications. Thks!
We plan to retake this during the upcoming weeks. @Virginiasam we will let you know as soon as we merge the changes. 😉
Thank you @rubenzorrilla ! Looking forward
Closing as it seems to not be an issue anymore.
As a note for the record, I'd like to add that all the WSS-like capabilities are now collected in the FluidDynamicsBiomedicalApplication
.
Dear All,
In collaboration with @rubenzorrilla, we are using the REACTION forces to compute the Wall Shear Stress(WSS) over a cilindrical tube, mainly thinking on Biomedical problems. Next image shows the | REACTION |.
Next image shows the NORMAL
Then, we use " VariableRedistributionUtility::DistributePointValues(rModelPart, REACTION, FACE_LOAD, tolerance, max_it)" to project the reactions over the nodes of the mesh, getting:
Based on that projection (FACE LOAD), the Wall Shear Stress is computed.
In order to try to improve the results, @rubenzorrilla told me that I had to decrease the tolerance of the solver. Right now, the parameters of the solver are:
The results showed are using these parameters, so my question is:
How we can improve the results? How we can avoid this marbled effect? Any ideas?
Thank you very much,
p.D: The implementation is done in: FluidDynamicalBiomedicalApplication. This application derives from FluidDynamicsApplication.
@rubenzorrilla @RiccardoRossi @jcotela @philbucher @KratosMultiphysics/fluid-dynamics @KratosMultiphysics/fluid-maintainers