|
[Sponsors] |
November 23, 2017, 10:36 |
InterFoam UEqn understanding
|
#1 |
Member
behzad Ghasemi
Join Date: Sep 2013
Location: Iran
Posts: 56
Rep Power: 13 |
Hi Dear Foamers,
I've some questions about UEqn.H interFoam. Code:
if (pimple.momentumPredictor()) { solve ( UEqn == fvc::reconstruct ( ( fvc::interpolate(interface.sigmaK())*fvc::snGrad(alpha1) - ghf*fvc::snGrad(rho) - fvc::snGrad(p_rgh) ) * mesh.magSf() ) ); } 2- Why every thing is in surface form (surface normal gradient, fvc::interpolate) and then reconstructed to cell values? couldn't every thing be in cell centered values from first place? I'll be appreciated if someone make clear these to me. Thanks in advance, Behzad |
|
November 23, 2017, 12:21 |
|
#2 |
Senior Member
Przemek
Join Date: Jun 2011
Posts: 249
Rep Power: 16 |
__________________
best regards pblasiak |
|
November 23, 2017, 15:50 |
|
#3 | |
Member
behzad Ghasemi
Join Date: Sep 2013
Location: Iran
Posts: 56
Rep Power: 13 |
Quote:
|
||
November 23, 2017, 17:53 |
|
#4 |
New Member
Chris Coutinho
Join Date: Jan 2015
Location: Netherlands
Posts: 28
Rep Power: 11 |
One resource I found helpful when looking into interFoam was the following:
Title: Description and utilization of interFoam multiphase solver https://www.google.nl/url?sa=t&sourc...SuBIwv7yJMAI2P |
|
Tags |
interfoam, ueqn |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Understanding interFoam | sega | OpenFOAM Running, Solving & CFD | 26 | February 10, 2022 04:21 |
k-e & GAMG interFoam Schemitisation Stability Issue | JFM | OpenFOAM Running, Solving & CFD | 3 | December 1, 2015 06:58 |
talk about the most suitable way to discretize diffusion term in UEqn | bieshuxuhe | OpenFOAM Programming & Development | 1 | April 16, 2014 11:10 |
interFoam Ueqn | alvin11 | OpenFOAM | 2 | December 2, 2010 02:28 |
GammaEqn and UEqn in interFoam | adekian | OpenFOAM Running, Solving & CFD | 1 | April 11, 2007 03:03 |