Search found 2 matches

by WenhaoZHANG
Tue Jun 02, 2026 3:36 pm
Forum: code_saturne usage
Topic: A small printing bug in setup.log for the VOF interface compression parameters
Replies: 1
Views: 3234

A small printing bug in setup.log for the VOF interface compression parameters

Bonjour,

I found a small printing bug in setup.log for the VOF interface compression parameters: the values of kdrift and cdrift are printed in reverse order.

In cs_vof.cpp,

cs_log_printf
(CS_LOG_SETUP,
_("\n"
" Fluid 1:\n"
" ro1: %14.5e (Reference density)\n"
" mu1: %14.5e (Ref. molecular ...
by WenhaoZHANG
Fri Jan 09, 2026 5:04 pm
Forum: code_saturne usage
Topic: Modify buoyancy-term parameter Pr
Replies: 1
Views: 26923

Modify buoyancy-term parameter Pr

Bonjour,

I am using code_saturne 9.0 to simulate breaking waves on cronos. I would like to modify the buoyancy-term parameter Pr in order to compare my results with other published papers that use OpenFOAM.

Does anyone know how to modify Pr in the user-defined files (e.g. cs_user_parameters.c)? Or ...