|
[Sponsors] |
September 18, 2009, 20:40 |
CoEuler temporal scheme
|
#1 |
Senior Member
Chris Sideroff
Join Date: Mar 2009
Location: Ottawa, ON, CAN
Posts: 434
Rep Power: 22 |
Anyone had any luck using the CoEuler (local timestepping) temporal scheme?
I managed to figure out what parameters it needs in fvSchemes. i.e. CoEuler (mass flux var) (density var) (max Courant number) but I get the following error when I start the calculation: Unsupported temporal differencing scheme : CoEuler on patch outflow of field p in file "./airfoil/0.00992002/p" From function advectiveFvPatchField<Type>::updateCoeffs() in file fields/fvPatchFields/derived/advective/advectiveFvPatchField.C at line 265. I took a look in the above source file but it looks like a major change would be necessary to get CoEuler to work. I'm just using fixedValue derived type boundary conditions for the pressure. Is there some caveat about getting CoEuler thats not obvious? |
|
September 18, 2009, 22:21 |
|
#2 |
Senior Member
Pierre-Olivier Dallaire
Join Date: Mar 2009
Location: Montreal, Quebec, Canada
Posts: 192
Rep Power: 17 |
you could try something like ... :
default CoEuler phi maxCo 0.5; Good luck PO |
|
September 19, 2009, 11:42 |
|
#3 | |
Senior Member
Chris Sideroff
Join Date: Mar 2009
Location: Ottawa, ON, CAN
Posts: 434
Rep Power: 22 |
Quote:
It has to do with the CoEuler not being support in the boundary conditions. Anyone else have an ideas? |
||
November 7, 2016, 01:45 |
|
#4 |
Member
Jack
Join Date: Aug 2012
Posts: 47
Rep Power: 14 |
For others (as this question is old, but I was making a stupid mistake earlier ), this is probably because p was set to
waveTransmissive This doesn't make sense for a steady state simulation - as there are no propagation of waves when ddt = 0. Instead, try setting to a fixedValue (equal to the static pressure value) at the outlet. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Implementation of QUICK scheme | Romuald Skoda | Main CFD Forum | 11 | November 6, 2017 22:20 |
AUSM scheme ? Central Scheme | boling | Main CFD Forum | 7 | January 7, 2016 03:41 |
Definition of limiter function for central dirrerencing scheme | sebastian_vogl | OpenFOAM Running, Solving & CFD | 0 | January 5, 2009 12:08 |
Recommend more accurate temporal scheme in SIMPLE | Kai Yan | Main CFD Forum | 2 | September 13, 2007 23:54 |
extrapolation in MUSCL scheme | Chandra | Main CFD Forum | 6 | February 14, 2007 12:21 |