|
[Sponsors] |
March 17, 2024, 03:28 |
Calculating wave forces on a structure
|
#1 |
New Member
Debasish Dutta
Join Date: Apr 2019
Location: India
Posts: 5
Rep Power: 7 |
When evaluating wave forces acting upon a structure, why is only the normal component of the stress tensor taken into account in determining the net force? Why are shear stresses ignored?
|
|
June 3, 2024, 07:15 |
|
#2 |
Super Moderator
Hans Bihs
Join Date: Jun 2009
Location: Trondheim, Norway
Posts: 403
Rep Power: 19 |
Shear stress is also included, see the second term for calculating Fx in force_force.cpp:
HTML Code:
Fx += -(pval)*A*nx + density*viscosity*A*(du*ny+du*nz); |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Calculating source term total cell-zone volume parallel computation | RobV | Fluent UDF and Scheme Programming | 2 | May 30, 2022 04:46 |
objects oscillate at high speed causing collapse in Dynamic mesh and overset mesh ca | insane | OpenFOAM Running, Solving & CFD | 0 | May 17, 2020 23:35 |
Residuals and forces spiraling out of control before failing | edomalley1 | OpenFOAM Running, Solving & CFD | 3 | September 7, 2018 11:42 |
[waves2Foam] NWT wave generation problem | Alex song | OpenFOAM Community Contributions | 0 | April 24, 2016 05:54 |
Wave structure interaction | R.Balaji | Main CFD Forum | 0 | March 17, 2002 12:56 |