programmer's documentation
Data Structures | Functions
cs_lagr_roughness.h File Reference
#include "cs_defs.h"
#include "cs_lagr_tracking.h"
Include dependency graph for cs_lagr_roughness.h:

Go to the source code of this file.

Data Structures

struct  cs_lagr_roughness_param_t
 

Functions

void roughness_init (const cs_real_t *faraday_cst, const cs_real_t *free_space_permit, const cs_real_t *water_permit, const cs_real_t *ionic_strength, const cs_real_t temperature[], const cs_real_t *valen, const cs_real_t *phi_p, const cs_real_t *phi_s, const cs_real_t *cstham, const cs_real_t *dcutof, const cs_real_t *lambwl, const cs_real_t *kboltz, const cs_real_t *espasg, const cs_real_t *denasp, const cs_real_t *rayasp, const cs_real_t *rayasg)
 
void cs_lagr_roughness_finalize (void)
 
void cs_lagr_roughness_barrier (const void *particle, const cs_lagr_attribute_map_t *attr_map, cs_lnum_t face_id, cs_real_t *energy_barrier)
 

Function Documentation

void cs_lagr_roughness_barrier ( const void *  particle,
const cs_lagr_attribute_map_t attr_map,
cs_lnum_t  face_id,
cs_real_t energy_barrier 
)
void cs_lagr_roughness_finalize ( void  )
void roughness_init ( const cs_real_t faraday_cst,
const cs_real_t free_space_permit,
const cs_real_t water_permit,
const cs_real_t ionic_strength,
const cs_real_t  temperature[],
const cs_real_t valen,
const cs_real_t phi_p,
const cs_real_t phi_s,
const cs_real_t cstham,
const cs_real_t dcutof,
const cs_real_t lambwl,
const cs_real_t kboltz,
const cs_real_t espasg,
const cs_real_t denasp,
const cs_real_t rayasp,
const cs_real_t rayasg 
)