My Project
programmer's documentation
|
Definition of turbomachinery related options. More...
#include "cs_defs.h"
#include <assert.h>
#include <math.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "bft_error.h"
#include "bft_mem.h"
#include "bft_printf.h"
#include "cs_base.h"
#include "cs_mesh.h"
#include "cs_parall.h"
#include "cs_turbomachinery.h"
#include "cs_prototypes.h"
Functions | |
void | cs_user_turbomachinery (void) |
Define rotor/stator model. More... | |
void | cs_user_turbomachinery_rotor (void) |
Define rotor axes, associated cells, and rotor/stator faces. More... | |
void | cs_user_turbomachinery_set_rotation_velocity (void) |
Define rotation velocity of rotor. More... | |
Definition of turbomachinery related options.
See Turbomachinery module usage for examples.
void cs_user_turbomachinery | ( | void | ) |
Define rotor/stator model.
void cs_user_turbomachinery_rotor | ( | void | ) |
Define rotor axes, associated cells, and rotor/stator faces.
void cs_user_turbomachinery_set_rotation_velocity | ( | void | ) |
Define rotation velocity of rotor.