|
[Sponsors] |
February 22, 2016, 13:07 |
|
#21 |
Member
Peter
Join Date: Nov 2015
Location: Hamburg, Germany
Posts: 57
Rep Power: 11 |
Still need help concerning that issue...
Further points I checked: - in foam-folder: Code:
grep -nr "fv::gaussConvectionScheme" - building the fvOptions-class in the directory $WM_PROJECT_USER_DIR (same error occurring) Can someone help me with the error described in the last post? |
|
March 1, 2016, 05:53 |
Solved
|
#22 |
Member
Peter
Join Date: Nov 2015
Location: Hamburg, Germany
Posts: 57
Rep Power: 11 |
Finally, one solution is to refer to the system/fvSchemes file with
Code:
volVectorField QUICKConvection ( fvc::div(phi, U, "div(phi,U)") ); div(phi,U) Gauss QUICK; is specified in fvSchemes. A further possibility would be to define a new name for the convective part "div(phi,U)" -> "newName" and define it inside fvSchemes. |
|
Tags |
error compile declare |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
CFX11 + Fortran compiler ? | Mohan | CFX | 20 | March 30, 2011 19:56 |
modified CrossPowerLaw wmake error | andboje | OpenFOAM Programming & Development | 13 | October 12, 2010 14:07 |
flux seems not conserved in my modified scalarTransportFoam | danielr | OpenFOAM Running, Solving & CFD | 3 | October 5, 2009 17:05 |
Lunar applications | anders_feder | OpenFOAM Running, Solving & CFD | 1 | February 21, 2009 18:26 |
Modified Equation for CFX algorithm | Craig Johansen | CFX | 0 | August 28, 2004 00:02 |