|
[Sponsors] |
icoFoam-changing velocity between predictor and corrector step |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 14, 2014, 10:19 |
icoFoam-changing velocity between predictor and corrector step
|
#1 |
Senior Member
Join Date: Dec 2011
Posts: 121
Rep Power: 14 |
Hi FOAMers,
In icoFoam, after making the UEqn matrix, we use the coefficients of this matrix to do the PISO loops. Does anybody know that, if we change the velocity after solving the UEqn(and before entering the PISO loop), how we can update the coefficients of UEqn with new modified velocity? Simplified form of the problem: - solve(UEqn == -fvc::grad(p)); - Modifying 'U' - ? - entering PISO loop Tnx in advance. |
|
|
|