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

Unable to resume Simulation

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 18, 2016, 01:11
Default Unable to resume Simulation
  #1
Member
 
thegauravonline's Avatar
 
GS
Join Date: Mar 2016
Posts: 81
Rep Power: 10
thegauravonline is on a distinguished road
I ran a simulation to end Time = 10. Now i wish to resume it.
I changed in controlDict file startTime = 10.

but i am seeing
Code:
--> FOAM FATAL IO ERROR: 
keyword grad(DU_0) is undefined in dictionary fvSchemes
How do i resume the simulation.
thegauravonline is offline   Reply With Quote

Old   May 20, 2016, 03:02
Default
  #2
Senior Member
 
RodriguezFatz's Avatar
 
Philipp
Join Date: Jun 2011
Location: Germany
Posts: 1,297
Rep Power: 26
RodriguezFatz will become famous soon enough
This actually sounds like you changed something in your fvSchemes file.
Did you change the line under "gradSchemes" that was something like "default Gauss linear;"?
__________________
The skeleton ran out of shampoo in the shower.
RodriguezFatz is offline   Reply With Quote

Old   May 20, 2016, 04:01
Default
  #3
Member
 
thegauravonline's Avatar
 
GS
Join Date: Mar 2016
Posts: 81
Rep Power: 10
thegauravonline is on a distinguished road
Thank You for your concern!!
I have made no changes.
Here is the fvSchemes code set in the tutorial itself.

Code:
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "system";
    object      fvSchemes;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

d2dt2Schemes
{
    default     none;
}

ddtSchemes
{
    default     none;
//    ddt(DU)     Euler;
    ddt(DU)     backward;
}

gradSchemes
{
    default         none;
    grad(DU)        Gauss linear;
    grad(Us)        Gauss linear;
    snGradCorr(DU)  Gauss linear;
}

divSchemes
{
    default         none;
    div(sigma)      Gauss linear;
}

laplacianSchemes
{
    default             none;
    laplacian(DDU,DU) Gauss linear corrected;
}

snGradSchemes
{
    default none;
//    snGrad(U)       corrected;
}

interpolationSchemes
{
    default                  none;
    interpolate(sigma) linear;
    interpolate(mu) linear;
}

// ************************************************************************* //
Am working on HronTurek tutorial in icoFsiElasticNonLinULFoam in Foam-Xtend 3.2.

Thanks Again
thegauravonline is offline   Reply With Quote

Old   May 20, 2016, 04:20
Default
  #4
Senior Member
 
RodriguezFatz's Avatar
 
Philipp
Join Date: Jun 2011
Location: Germany
Posts: 1,297
Rep Power: 26
RodriguezFatz will become famous soon enough
Hi,
Since you set all of them to "Gauss linear" you can just set the default to Gauss linear and comment out the others.
I don't know, why it didn't complain about the missing "grad(DU_0)" scheme before, but it is obviously missing.
__________________
The skeleton ran out of shampoo in the shower.
RodriguezFatz is offline   Reply With Quote

Old   January 25, 2017, 05:43
Default
  #5
Senior Member
 
T. Chourushi
Join Date: Jul 2009
Posts: 321
Blog Entries: 1
Rep Power: 17
Tushar@cfd is on a distinguished road
Quote:
Originally Posted by thegauravonline View Post
I ran a simulation to end Time = 10. Now i wish to resume it.
I changed in controlDict file startTime = 10.

but i am seeing
Code:
--> FOAM FATAL IO ERROR: 
keyword grad(DU_0) is undefined in dictionary fvSchemes
How do i resume the simulation.

Instead of startTime use latestTime, I hope this will do the job.

Best Luck !
Tushar@cfd 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
Some questions about flow boiling simulation in Fluent beastieboys6 FLUENT 8 November 20, 2017 23:47
How to pause a transient simulation and resume without time step advancement? aleisia Main CFD Forum 33 June 12, 2017 11:41
Control simulation to apply different fields with chtMultiRegionFoam jmdf OpenFOAM Running, Solving & CFD 0 February 29, 2016 07:05
Supersonic Nozzle Exhaust Simulation mikeh FLUENT 0 May 1, 2014 21:28
OpenFOAM 1.6.x - CentOS 5.3 x86_64 linnemann OpenFOAM Installation 68 April 22, 2013 11:03


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