|
[Sponsors] |
Seeking Formula for Drag Calculation in k-omega SST Model in OpenFOAM |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 27, 2024, 00:11 |
Seeking Formula for Drag Calculation in k-omega SST Model in OpenFOAM
|
#1 |
New Member
Hiroaki Sumikawa
Join Date: Jul 2024
Posts: 4
Rep Power: 2 |
Hi everyone,
I am trying to separate thrust and drag using OpenFOAM. Specifically, I use sampleDict to output grad(U) and pressure on the model surface, then calculate pressure drag and friction drag for each small surface area, considering the positive part as thrust and the negative part as drag. In the fores.C file, I found the expression `-rho()*nu*dev(twoSymm(fvc::grad(U)))`. When I used this expression, the results of laminar flow analysis matched the drag obtained with the forces function, but the results of the k-omega SST model were about 1/5 smaller. I have been searching for how the forces function calculates drag for the k-omega SST model but haven't been able to find the details. Does anyone know the exact formula used for drag calculation in the forces function for the k-omega SST model? Any guidance would be greatly appreciated. Thank you in advance for your help! Best regards, Hiroaki Sumikawa |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
K omega SST equations in Openfoam | tom.opt | OpenFOAM | 2 | May 6, 2020 10:41 |
[swak4Foam] swakExpression not writing to log | alexfells | OpenFOAM Community Contributions | 3 | March 16, 2020 19:19 |
At high Y+ values does the K Omega SST model just behave like the K Epsilon model? | JuPa | CFX | 0 | December 22, 2015 07:44 |
SST K- omega turbulence model | mb.pejvak | Main CFD Forum | 8 | September 16, 2011 09:52 |
Boundary Conditions for k omega SST | dancfd | OpenFOAM Pre-Processing | 0 | June 10, 2011 00:25 |