CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

CoEuler temporal scheme

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree1Likes
  • 1 Post By JackW

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 18, 2009, 19:40
Default CoEuler temporal scheme
  #1
Senior Member
 
Chris Sideroff
Join Date: Mar 2009
Location: Ottawa, ON, CAN
Posts: 434
Rep Power: 22
cnsidero is on a distinguished road
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?
cnsidero is offline   Reply With Quote

Old   September 18, 2009, 21:21
Default
  #2
Senior Member
 
Pierre-Olivier Dallaire
Join Date: Mar 2009
Location: Montreal, Quebec, Canada
Posts: 192
Rep Power: 17
podallaire is on a distinguished road
you could try something like ... :

default CoEuler phi maxCo 0.5;

Good luck

PO
podallaire is offline   Reply With Quote

Old   September 19, 2009, 10:42
Default
  #3
Senior Member
 
Chris Sideroff
Join Date: Mar 2009
Location: Ottawa, ON, CAN
Posts: 434
Rep Power: 22
cnsidero is on a distinguished road
Quote:
Originally Posted by podallaire View Post
you could try something like ... :

default CoEuler phi maxCo 0.5;

Good luck

PO
Not to be rude but I stated in the first post that I understood what parameters to use fvSchemes - thats not my problem if you read the error. Plus there is no volScalarField called "maxCo" - I read the source file and its looking for a density field.

It has to do with the CoEuler not being support in the boundary conditions.

Anyone else have an ideas?
cnsidero is offline   Reply With Quote

Old   November 7, 2016, 00:45
Default
  #4
Member
 
Jack
Join Date: Aug 2012
Posts: 47
Rep Power: 13
JackW is on a distinguished road
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.
BSengupta likes this.
JackW is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Implementation of QUICK scheme Romuald Skoda Main CFD Forum 11 November 6, 2017 21:20
AUSM scheme ? Central Scheme boling Main CFD Forum 7 January 7, 2016 02:41
Definition of limiter function for central dirrerencing scheme sebastian_vogl OpenFOAM Running, Solving & CFD 0 January 5, 2009 11:08
Recommend more accurate temporal scheme in SIMPLE Kai Yan Main CFD Forum 2 September 13, 2007 22:54
extrapolation in MUSCL scheme Chandra Main CFD Forum 6 February 14, 2007 11:21


All times are GMT -4. The time now is 19:31.