#include "cs_defs.h"
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "bft_mem.h"
#include "bft_error.h"
#include "bft_printf.h"
#include "cs_air_props.h"
#include "cs_atmo.h"
#include "cs_base.h"
#include "cs_boundary_conditions.h"
#include "cs_boundary_zone.h"
#include "cs_field.h"
#include "cs_field_default.h"
#include "cs_field_operator.h"
#include "cs_field_pointer.h"
#include "cs_halo.h"
#include "cs_halo_perio.h"
#include "cs_log.h"
#include "cs_math.h"
#include "cs_mesh.h"
#include "cs_mesh_location.h"
#include "cs_mesh_quantities.h"
#include "cs_parameters.h"
#include "cs_parall.h"
#include "cs_physical_constants.h"
#include "cs_physical_model.h"
#include "cs_post.h"
#include "cs_prototypes.h"
#include "cs_thermal_model.h"
#include "cs_velocity_pressure.h"
#include "cs_volume_zone.h"
#include "cs_ctwr.h"
#include "cs_ctwr_variables.h"
Functions | |
void | cs_ctwr_add_variable_fields (void) |
void | cs_ctwr_add_property_fields (void) |
void | cs_ctwr_field_pointer_map (void) |
Map fields used by the cooling tower module to pointers. More... | |
void cs_ctwr_add_property_fields | ( | void | ) |
void cs_ctwr_add_variable_fields | ( | void | ) |
void cs_ctwr_field_pointer_map | ( | void | ) |
Map fields used by the cooling tower module to pointers.