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

Solve single but higher order equation by OF 1.6 suffering Problem

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 23, 2010, 13:53
Unhappy Solve single but higher order equation by OF 1.6 suffering Problem
  #1
Member
 
yijin Mao
Join Date: May 2010
Location: Columbia, MO
Posts: 62
Rep Power: 15
alundilong is on a distinguished road
Hi forks,

I am trying to solve a equation like this,
fvm::d2dt2(Qaplha,T)
+ fvm::ddt(Ralpha,T)
- fvm::ddt(tauT,T) // this is new term represents ddt(tau,laplacian(T))
- fvm::laplacian(con, T)
The red line is a 3 order differential term which OF cannot solve, in my opinion, a mix application from fvm::ddt and fvc::laplacian may be helpful, however, a fatal error was also produced, see lines in red below!

codes has been implemented into
Errors Message:
new cannot satisfy memory request.
This does not necessarily mean you have run out of virtual memory.
It could be due to a stack violation caused by e.g. bad use of pointers or an out of date shared library


I believe there is something wrong with tmp<ddtScheme<Type>> which is responsible for managing temporary objects, but I can not figure it out.
Hoping to hear your suggestions.
alundilong 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
Calculation of the Governing Equations Mihail CFX 7 September 7, 2014 06:27
Can I solve this problem by Fluent? Kai_kc FLUENT 1 October 27, 2010 05:29
Visualization of higher order solution shyamdsundar Main CFD Forum 1 July 23, 2010 03:55
solving the extra equation for 2D problem sujath FLUENT 0 June 20, 2005 17:53
extremely simple problem... can you solve it properly? Mikhail Main CFD Forum 40 September 9, 1999 09:11


All times are GMT -4. The time now is 08:03.