IC on basis of a previous simulation

Hey guys,
I struggle with a problem. I want to start a simulation on basis of a previous simulation. First simulation I used to get a setady state. How can I define the last frame (condition) of the first simulation as IC of my new simulation.
Thanks for your help
Leo

Use keyword $RELOAD in pcs file as

1. For the first computation:
   $RELOAD
   1 [n]
  where n is number steps to dumping the solution. For example,
    $RELOAD
   1 1
   dumps the solution of each time step.

2. For the successive computation.
   $RELOAD
   2 // could also be 3 [n], which performs r/w.

···

On 10/26/2015 04:48 PM, Leonard Wilp wrote:

Hey guys,
I struggle with a problem. I want to start a simulation on basis of a previous simulation. First simulation I used to get a setady state. How can I define the last frame (condition) of the first simulation as IC of my new simulation.
Thanks for your help
Leo
--
You received this message because you are subscribed to the Google Groups "ogs-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ogs-users+unsubscribe@googlegroups.com <mailto:ogs-users+unsubscribe@googlegroups.com>.
For more options, visit https://groups.google.com/d/optout\.

Thank you! It was a big help!

···

Am Montag, 26. Oktober 2015 17:11:35 UTC+1 schrieb Wenqing Wang:

Use keyword $RELOAD in pcs file as

  1. For the first computation:

    $RELOAD

    1 [n]  

   where   n is number steps to dumping the solution. For example,

     $RELOAD

    1 1

    dumps the solution of each time step.



  2. For the successive  computation.

    $RELOAD

    2                // could also be 3 [n], which performs r/w.





  On 10/26/2015 04:48 PM, Leonard Wilp wrote:

Hey guys,

    I struggle with a problem. I want to start a simulation on basis of a previous simulation. First simulation I used to get a setady state. How can I define the last frame (condition) of the first simulation as IC of my new simulation.

    Thanks for your help

    Leo

  You received this message because you are subscribed to the Google Groups "ogs-users" group.

  To unsubscribe from this group and stop receiving emails from it, send an email to ogs-users+...@googlegroups.com.

  For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).