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

localEuler eroror

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 14, 2023, 10:34
Default localEuler eroror
  #1
New Member
 
Vadim Mikhailov
Join Date: Nov 2023
Posts: 8
Rep Power: 3
sabbraxcaddabra is on a distinguished road
Hello everyone! Im trying to study the OpenFOAM NACA0012 airfoil steady state tutorial. The tutoril run fine an i have no problem with it, but I have an error when I try to change time stepping method to localEuler to get pseudo-transient solution. im using OpenFOAM-11 (manjaro linux)
In my terminal I get following messege:
Code:
keyword rhoFinal is undefined in dictionary "/home/vadimm/OpenFOAM_tutors/aerofoilNACA0012Steady/system/fvSolution/solvers"
my fvsolution/solvers dictionary is
Code:
solvers
{
    p
    {
        solver          GAMG;
        smoother        DIC;

        tolerance       1e-8;
        relTol          0.01;
    }

    "(U|k|omega|h)"
    {
        solver          PBiCGStab;
        preconditioner  DILU;
        tolerance       1e-10;
        relTol          0.1;
    }
}
What should i do with this error?
sabbraxcaddabra is offline   Reply With Quote

Old   November 14, 2023, 12:12
Default
  #2
Senior Member
 
Domenico Lahaye
Join Date: Dec 2013
Posts: 802
Blog Entries: 1
Rep Power: 18
dlahaye is on a distinguished road
Extend your system/fvSolution with setting for "anyField"Final.

See any tutorial for pimpleFoam, e.g.,

tutorials/incompressible/pimpleFoam/RAS/pitzDaily

Code:
    pFinal
    {
        $p;
        relTol          0;
    }
similar for rhoFinal.

Pls. keep us posted on what your learn on localEuler.
dlahaye is offline   Reply With Quote

Old   November 15, 2023, 06:38
Default
  #3
New Member
 
Vadim Mikhailov
Join Date: Nov 2023
Posts: 8
Rep Power: 3
sabbraxcaddabra is on a distinguished road
Quote:
Originally Posted by dlahaye View Post
Extend your system/fvSolution with setting for "anyField"Final.

See any tutorial for pimpleFoam, e.g.,

tutorials/incompressible/pimpleFoam/RAS/pitzDaily

Code:
    pFinal
    {
        $p;
        relTol          0;
    }
similar for rhoFinal.

Pls. keep us posted on what your learn on localEuler.
Thank you for your reply! I check the pimpleFoam tutorials and try to replicate it in my case, but results arent very good. I upload two archive with residual plot and my fvSolution dictionary file. In my ANSYS Fluent experience pseudo transient method improve stability, but a bit slowly then usual steady state method. In OpenFOAM i didnt get such feature. May be i dont actually all openfoam pseudo-transient settings
Attached Files
File Type: zip steady_state.zip (90.9 KB, 1 views)
File Type: zip pseudo_transient.zip (95.5 KB, 1 views)
sabbraxcaddabra is offline   Reply With Quote

Reply


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
localEuler interface capturing INTERFOAM massimiliano.tarrini OpenFOAM Running, Solving & CFD 0 February 21, 2023 08:29
Running localEuler ddt on transient case sufjanst OpenFOAM Running, Solving & CFD 4 February 18, 2019 04:27
localeuler timediscretization xshmuel OpenFOAM Running, Solving & CFD 5 June 22, 2018 07:53
multiphaseInterFoam & localEuler kaaja OpenFOAM Running, Solving & CFD 3 June 15, 2018 08:37
adjustTimeStep vs localEuler (LTS) kaaja OpenFOAM Running, Solving & CFD 3 March 23, 2018 04:33


All times are GMT -4. The time now is 14:37.