programmer's documentation
Data Structures | Functions | Variables
cs_elec_model.h File Reference
#include "cs_defs.h"
#include "cs_domain.h"
#include "cs_mesh.h"
#include "cs_mesh_quantities.h"
Include dependency graph for cs_elec_model.h:

Go to the source code of this file.

Data Structures

struct  cs_data_elec_t
 physical properties for electric model descriptor. More...
 
struct  cs_data_joule_effect_t
 Structure to read transformer parameters in dp_ELE. More...
 
struct  cs_elec_option_t
 option for electric model More...
 

Functions

void elini1 (cs_real_t *visls0, cs_real_t *diftl0)
 
void elflux (cs_int_t *iappel)
 
void elthht (cs_int_t *mode, cs_real_t *ym, cs_real_t *enthal, cs_real_t *temp)
 
void ellecd (void)
 
void elphyv (void)
 
void eltssc (const cs_int_t *isca, cs_real_t *smbrs)
 
void eltsvv (const int *f_id, cs_real_t *smbrv)
 
void eliniv (cs_int_t *isuite)
 
void elreca (cs_real_t *dt)
 
cs_elec_option_tcs_get_glob_elec_option (void)
 
cs_data_joule_effect_tcs_get_glob_transformer (void)
 
void cs_electrical_model_initialize (void)
 
void cs_electrical_model_finalize (void)
 
void cs_electrical_model_specific_initialization (cs_real_t *visls0, cs_real_t *diftl0)
 
void cs_electrical_properties_read (void)
 
void cs_elec_compute_fields (const cs_mesh_t *mesh, int call_id)
 
void cs_elec_convert_h_t (int mode, cs_real_t *ym, cs_real_t *enthal, cs_real_t *temp)
 
void cs_elec_physical_properties (const cs_domain_t *domain)
 
void cs_elec_source_terms (const cs_mesh_t *mesh, const cs_mesh_quantities_t *mesh_quantities, int f_id, cs_real_t *smbrs)
 
void cs_elec_source_terms_v (const cs_mesh_t *mesh, const cs_mesh_quantities_t *mesh_quantities, int f_id, cs_real_3_t *smbrv)
 
void cs_elec_add_variable_fields (void)
 
void cs_elec_add_property_fields (void)
 
void cs_elec_fields_initialize (const cs_mesh_t *mesh, int isuite)
 
void cs_elec_scaling_function (const cs_mesh_t *mesh, const cs_mesh_quantities_t *mesh_quantities, cs_real_t *dt)
 

Variables

const cs_elec_option_tcs_glob_elec_option
 
const cs_data_elec_tcs_glob_elec_properties
 
const cs_data_joule_effect_tcs_glob_transformer
 
const cs_real_t cs_elec_permvi
 
const cs_real_t cs_elec_epszer
 

Function Documentation

◆ cs_elec_add_property_fields()

void cs_elec_add_property_fields ( void  )

◆ cs_elec_add_variable_fields()

void cs_elec_add_variable_fields ( void  )

◆ cs_elec_compute_fields()

void cs_elec_compute_fields ( const cs_mesh_t mesh,
int  call_id 
)

◆ cs_elec_convert_h_t()

void cs_elec_convert_h_t ( int  mode,
cs_real_t ym,
cs_real_t enthal,
cs_real_t temp 
)

◆ cs_elec_fields_initialize()

void cs_elec_fields_initialize ( const cs_mesh_t mesh,
int  isuite 
)

◆ cs_elec_physical_properties()

void cs_elec_physical_properties ( const cs_domain_t domain)

◆ cs_elec_scaling_function()

void cs_elec_scaling_function ( const cs_mesh_t mesh,
const cs_mesh_quantities_t mesh_quantities,
cs_real_t dt 
)

◆ cs_elec_source_terms()

void cs_elec_source_terms ( const cs_mesh_t mesh,
const cs_mesh_quantities_t mesh_quantities,
int  f_id,
cs_real_t smbrs 
)

◆ cs_elec_source_terms_v()

void cs_elec_source_terms_v ( const cs_mesh_t mesh,
const cs_mesh_quantities_t mesh_quantities,
int  f_id,
cs_real_3_t smbrv 
)

◆ cs_electrical_model_finalize()

void cs_electrical_model_finalize ( void  )

◆ cs_electrical_model_initialize()

void cs_electrical_model_initialize ( void  )

◆ cs_electrical_model_specific_initialization()

void cs_electrical_model_specific_initialization ( cs_real_t visls0,
cs_real_t diftl0 
)

◆ cs_electrical_properties_read()

void cs_electrical_properties_read ( void  )

◆ cs_get_glob_elec_option()

cs_elec_option_t* cs_get_glob_elec_option ( void  )

◆ cs_get_glob_transformer()

cs_data_joule_effect_t* cs_get_glob_transformer ( void  )

◆ elflux()

void elflux ( cs_int_t iappel)

◆ elini1()

void elini1 ( cs_real_t visls0,
cs_real_t diftl0 
)

◆ eliniv()

void eliniv ( cs_int_t isuite)

◆ ellecd()

void ellecd ( void  )

◆ elphyv()

void elphyv ( void  )

◆ elreca()

void elreca ( cs_real_t dt)

◆ elthht()

void elthht ( cs_int_t mode,
cs_real_t ym,
cs_real_t enthal,
cs_real_t temp 
)

◆ eltssc()

void eltssc ( const cs_int_t isca,
cs_real_t smbrs 
)

◆ eltsvv()

void eltsvv ( const int *  f_id,
cs_real_t smbrv 
)

Variable Documentation

◆ cs_elec_epszer

const cs_real_t cs_elec_epszer

vaccum permittivity constant (F/m). (= 8.854e-12)

◆ cs_elec_permvi

const cs_real_t cs_elec_permvi

vaccum magnetic permeability constant (H/m). (= 1.2566e-6)

◆ cs_glob_elec_option

const cs_elec_option_t* cs_glob_elec_option

◆ cs_glob_elec_properties

const cs_data_elec_t* cs_glob_elec_properties

◆ cs_glob_transformer

const cs_data_joule_effect_t* cs_glob_transformer