Roller Numerical Methods: Difference between revisions

From CIRPwiki
Jump to navigation Jump to search
Deleted (talk | contribs)
Created page with " The surface roller transport equation is solved in CMS-Wave using a finite difference method. The source terms are calculated at the grid cell centers. The advective or trans..."
 
Deleted (talk | contribs)
No edit summary
 
Line 27: Line 27:


The surface roller calculation is achieved by setting the initial roller energy and time-stepping until the steady-state solution is reached. For simplicity, an explicit Euler scheme is used as follows
The surface roller calculation is achieved by setting the initial roller energy and time-stepping until the steady-state solution is reached. For simplicity, an explicit Euler scheme is used as follows
{{Equation
{{Equation|
<math>
<math>
(S_{sr})^{n+1} = (S_{sr})^n + \Delta t_{sr} \left(-D_r + f_e D_{br} - \frac{\partial (S_{sr}c_j)} {\partial x}\right)^n
(S_{sr})^{n+1} = (S_{sr})^n + \Delta t_{sr} \left(-D_r + f_e D_{br} - \frac{\partial (S_{sr}c_j)} {\partial x}\right)^n

Latest revision as of 20:12, 31 July 2014

The surface roller transport equation is solved in CMS-Wave using a finite difference method. The source terms are calculated at the grid cell centers. The advective or transport term is approximated using either the first-order or second-order upwind finite difference scheme. The first order upwind scheme is given by

 

(Ssrcj)x|i,j={(Ssrcj)i,j(Ssrcj)i,j1δxi,j1,for ci,j>0(Ssrcj)i,j+1(Ssrcj)i,jδxi,j,for ci,j<0

(1)

where Ssr=2Esr and i and j indicate the position along either the rows or columns, and δxi,j is the cell-center distance between adjacent cells in the jth direction and at position i. The second-order upwind scheme is given by

 

(Ssrcj)xj|i,j={3(Ssrcj)i,j4(Ssrcj)i,j1+(Ssrcj)i,j2δxi,j+δxi,j1,for ci,j>03(Ssrcj)i,j+4(Ssrcj)i,j+1(Ssrcj)i,j+2δxi,j+δxi,j+1,for ci,j<0

(2)

The surface roller calculation is achieved by setting the initial roller energy and time-stepping until the steady-state solution is reached. For simplicity, an explicit Euler scheme is used as follows

 

(Ssr)n+1=(Ssr)n+Δtsr(Dr+feDbr(Ssrcj)x)n

(3)

where Δsr is the surface roller time step and is determined as Δtsr=0.5 max(Δxj/c) where Δxj is the cell size in the jth direction. The steady-state solution is typically reached after ~40-80 time steps and takes about 1-2 seconds to run on a desktop personal computer.


Documentation Portal