Residual criteria (relative or absolute norm)

Provides a system for patient-specific cardiovascular modeling and simulation.
POST REPLY
User avatar
Sudharsan Madhavan
Posts: 5
Joined: Mon May 25, 2015 2:22 pm

Residual criteria (relative or absolute norm)

Post by Sudharsan Madhavan » Wed Nov 04, 2015 12:19 pm

Hello,

Does anyone know the mathematical form of the residual norm we try to bound by the following lines of code in solver.inp

"Residual Control: True
Residual Criteria: 0.01"

1. In particular, what does the parameter 'residual criteria' imply ? Would this monitor error norms on velocities or pressure or both ?
2. Are we iterating to get the absolute or the relative norm of the quantities converge ? If we are working with relative norms, is it with respect to the quantities from the last iteration ?

Thanks in advance for your time!

Sincerely,
Sudharsan

User avatar
Hongzhi Lan
Posts: 125
Joined: Mon Aug 04, 2014 3:55 pm

Re: Residual criteria (relative or absolute norm)

Post by Hongzhi Lan » Fri Nov 13, 2015 5:34 pm

Hi,

The Residual Criteria monitors the average residual norm over all finite elements. The residual includes four components, one form continuity equation, three from momentum. It's absolute residual.

Thanks,
Hongzhi

User avatar
Sudharsan Madhavan
Posts: 5
Joined: Mon May 25, 2015 2:22 pm

Re: Residual criteria (relative or absolute norm)

Post by Sudharsan Madhavan » Sat Nov 14, 2015 11:43 pm

Hi Hongzhi,

Thanks a lot for explaining.

Have a nice day!
-Sudharsan

POST REPLY