#include "cs_defs.h"
#include "cs_base.h"
Go to the source code of this file.
|
void | cs_balance_by_zone (const char *selection_crit, const char *scalar_name) |
| Computes the different terms of the balance of a scalar which name is given as argument, on a volumic zone defined by the criterium also given as argument. The different contributions to the balance are printed in the listing. More...
|
|
void | cs_pressure_drop_by_zone (const char *selection_crit) |
| Computes one term of the head loss balance (pressure drop) on a volumic zone defined by the criterium also given as argument. The different contributions are printed in the listing. More...
|
|
◆ cs_balance_by_zone()
void cs_balance_by_zone |
( |
const char * |
selection_crit, |
|
|
const char * |
scalar_name |
|
) |
| |
Computes the different terms of the balance of a scalar which name is given as argument, on a volumic zone defined by the criterium also given as argument. The different contributions to the balance are printed in the listing.
- Parameters
-
[in] | selection_crit | zone selection criterium |
[in] | scalar_name | scalar name |
◆ cs_pressure_drop_by_zone()
void cs_pressure_drop_by_zone |
( |
const char * |
selection_crit | ) |
|
Computes one term of the head loss balance (pressure drop) on a volumic zone defined by the criterium also given as argument. The different contributions are printed in the listing.
- Parameters
-
[in] | selection_crit | zone selection criterium |