|
[Sponsors] |
October 30, 2013, 09:07 |
Hyperbolic equasion solver or How OF works?
|
#1 |
Member
Avdeev Evgeniy
Join Date: Jan 2011
Location: Togliatty, Russia
Posts: 69
Blog Entries: 1
Rep Power: 21 |
Hello,
I have working hyperbolic equasion solver (hyper1Foam in attachment - works in OF 2.1.0). Main equation: accordingly Code:
solve ( fvm::ddt(psi) + fvm::div(phi,psi) ); Code:
ddtSchemes { ddt(psi) Euler; } divSchemes { div(phi,psi) Gauss linear; } Main equation in discretized form: [LaTeX Error: Syntax error] where In my case And when I insert result of phi from one of time directories... Not zero! I khow that hyperbolic equation will not =0, because it is iterational method. Is it residual? I want to understand - how OpenFOAM count values of phi from one iteration to another - how to get new phi from old values: phi_new = ... ... ... And what initial values of phi? Results: Table of results on GoogleDocs Last edited by j-avdeev; November 4, 2013 at 08:24. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
smoothSolver diverges - solution in using PBiCG solver? | makaveli_lcf | OpenFOAM Running, Solving & CFD | 3 | September 11, 2013 13:44 |
Working directory via command line | Luiz | CFX | 4 | March 6, 2011 21:02 |
Getting too many iterations by velocity solving (aborting). Changing U - Solver? | suitup | OpenFOAM Running, Solving & CFD | 0 | January 20, 2010 08:45 |
why the solver reject it? Anyone with experience? | bearcat | CFX | 6 | April 28, 2008 15:08 |
Error during Solver | cfd guy | CFX | 4 | May 8, 2001 07:04 |