9.0
general documentation
Loading...
Searching...
No Matches
cs_lagr_roughness.cpp File Reference
#include "base/cs_defs.h"
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <float.h>
#include <assert.h>
#include "bft/bft_printf.h"
#include "bft/bft_error.h"
#include "bft/bft_mem.h"
#include "fvm/fvm_periodicity.h"
#include "base/cs_base.h"
#include "base/cs_interface.h"
#include "mesh/cs_mesh.h"
#include "mesh/cs_mesh_quantities.h"
#include "base/cs_parall.h"
#include "base/cs_random.h"
#include "base/cs_search.h"
#include "base/cs_halo.h"
#include "lagr/cs_lagr_dlvo.h"
#include "lagr/cs_lagr.h"
#include "lagr/cs_lagr_roughness.h"
Include dependency graph for cs_lagr_roughness.cpp:

Functions

void roughness_init (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 *lambda_vdw, 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 cs_lagr_roughness_barrier (const void *particle, const cs_lagr_attribute_map_t *attr_map, cs_lnum_t iel, cs_real_t *energy_barrier)

Function Documentation

◆ cs_lagr_roughness_barrier()

void cs_lagr_roughness_barrier ( const void * particle,
const cs_lagr_attribute_map_t * attr_map,
cs_lnum_t iel,
cs_real_t * energy_barrier )

◆ cs_lagr_roughness_finalize()

void cs_lagr_roughness_finalize ( void )

◆ roughness_init()

void roughness_init ( 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 * lambda_vdw,
const cs_real_t * espasg,
const cs_real_t * denasp,
const cs_real_t * rayasp,
const cs_real_t * rayasg )