#include "cs_defs.h"
#include "cs_base.h"
Go to the source code of this file.
|
void | cs_balance_by_zone (const int bc_type[], 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_balance_by_zone |
( |
const int |
bc_type[], |
|
|
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] | bc_type | boundary condition type |
[in] | selection_crit | zone selection criterium |
[in] | scalar_name | scalar name |