Search found 4 matches

by mstorti
Tue Apr 05, 2022 11:41 am
Forum: Installation issues
Topic: Problem with Python version for version >=3.10
Replies: 1
Views: 3796

Problem with Python version for version >=3.10

Hi all, I wonder if someone has stumbled on this problem before. CS stopped to work after upgrade to Fedora 35. It compiles and installs OK, but when trying to run a case it results in an error Traceback (most recent call last): File "/home/scratch/mstorti/TO-BACKUP/DATA-CD/saturne-vof/bin/code...
by mstorti
Tue May 21, 2019 5:57 pm
Forum: code_saturne usage
Topic: How to smooth threshold data in Paraview
Replies: 3
Views: 3999

Re: How to smoth threshold data in Paraview

Sorry, I was wrong. The Threshold filter selects the set of cells whose values are in the given range, and the result is intrinsically a staircased surface.

Perhaps you want to use a Contour filter instead? In that case you do need a Cell Data to Point Data filter.
by mstorti
Tue May 21, 2019 2:09 pm
Forum: code_saturne usage
Topic: How to smooth threshold data in Paraview
Replies: 3
Views: 3999

Re: How to smoth threshold data in Paraview

Perhaps you should include a "Cell Data to Point Data" filter before the threshold?
by mstorti
Sun May 19, 2019 12:53 pm
Forum: code_saturne usage
Topic: Real time residuals monitoring / convergence monitoring
Replies: 5
Views: 3875

Re: Real time residuals monitoring / convergence monitoring

Hello All, I was wondering if any of you got the chance to find a way to monitor the solver residuals in real time while the solver is running, monitoring of monitor points with iterations while solver is running. How do you monitor convergence while the solver is running. Is there an add on to run...