|
[Sponsors] |
What is the application of fvc::absolute(phi/fvc::interpolate(rho), U) |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 1, 2015, 23:10 |
What is the application of fvc::absolute(phi/fvc::interpolate(rho), U)
|
#1 |
Member
james wilson
Join Date: Aug 2014
Location: Orlando, Fl
Posts: 39
Rep Power: 12 |
All,
In buoyantPimpleFoamSolver a few lines in EEqn.H read: Code:
fvc::div ( fvc::absolute(phi/fvc::interpolate(rho), U), p, "div(phiv,p)" ) For example: fvc::div(phi/fvc::interpolate(rho),p) .... (1) In other words, what is the provided code doing that cannot be accomplished by (1)? Or, what is the purpose of fvc::absolute() (what are it's arguments and it's output)? Also, I suppose providing "div(phiv,p)" in the argument of fvc::div() in the solver gives a name to reference in fvSchemes? I have a question in another post related to this issue: http://www.cfd-online.com/Forums/mai...ansitions.html Thanks, James |
|
April 2, 2015, 09:29 |
|
#2 |
Senior Member
|
Hi,
1. fvc::absolute does nothing for static mesh, see http://foam.sourceforge.net/docs/cpp...9881bf6671d8bf. 2. as surfaceScalarField fvc::absolute(phi/fvc::interpolate(rho), U) has rather fancy name it is necessary explicitly set the name of operation, so fvc::div can decide what scheme to use for discretization. |
|
Tags |
buoyantpimplefoam, energy equation, fvc::absolute |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
CFD Post Application Error: 'wbload' action requires parameter: 'id'. | gusymtz | ANSYS | 5 | October 10, 2022 17:29 |
The FLUENT Application is currently busy. Please try this operation again after some | ashish.shah | FLUENT | 1 | November 2, 2016 10:05 |
Is Playstation 3 cluster suitable for CFD work | hsieh | OpenFOAM | 9 | August 16, 2015 15:53 |
Why not install cluster by connecting workstations together for CFD application? | Anna Tian | Hardware | 5 | July 18, 2014 15:32 |
Installation of OpenFOAM15dev | antonio_ing | OpenFOAM Installation | 34 | December 18, 2009 11:06 |