Velocity timescale separation cannot divide this interior viscosity timescale separation #60
Replies: 3 comments
-
|
This should not be the effect of the version change. This is the triggered error message: Lines 613 to 619 in ccccc63 The error means you have internal viscosity enabled, and the steps where you update the internal cells don't coincide with the steps when the cell model is updated (which is a problem). The time scales are updated through the functions from (and the subsequent functions below this in the same file): Line 384 in ccccc63 In most examples these are set from the config.xml. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks @gzavo <ibm>
<stepMaterialEvery> 5 </stepMaterialEvery> <!-- Update particle material model after this many fluid time steps. -->
<stepParticleEvery> 5 </stepParticleEvery> <!-- Update particles position after this many fluid time steps. -->
</ibm>
<domain>
...
</domain>
<sim>
<tmax> 20000000 </tmax> <!-- total number of iterations -->
<tmeas> 10000 </tmeas> <!-- interval after which data is written -->
<tlog> 1000 </tlog> <!-- interval after which data is logged on the screen -->
<tcsv> 10000 </tcsv> <!-- interval after which simple mean cell values are written to a CSV file -->
<tcheckpoint> 100000 </tcheckpoint>
<interiorViscosity>5</interiorViscosity>
<interiorViscosityEntireGrid>1000</interiorViscosityEntireGrid>
</sim> |
Beta Was this translation helpful? Give feedback.
-
|
I found the solution. So in order to add interior viscosity one needs to add the following line into the main code to set Interior Viscosity Timescale Separation:
This is better to be mentioned here in the user guide for less future confusion: Have a nice day! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
This is my first time running a simulation in V 2.6, when I start running I get this error:
(HemoCell) Error, Velocity timescale separation cannot divide this interior viscosity timescale separation, exiting ...Can anybody help me with it?
Beta Was this translation helpful? Give feedback.
All reactions