8.0
general documentation
Loading...
Searching...
No Matches
cs_meg_boundary_function.c File Reference

This function is used to compute user defined values for fields over a given boundary zone. The mathematical expression is defined in the GUI. More...

#include "cs_defs.h"
#include <assert.h>
#include <math.h>
#include "cs_headers.h"
Include dependency graph for cs_meg_boundary_function.c:

Functions

cs_real_tcs_meg_boundary_function (const char *zone_name, const cs_lnum_t n_elts, const cs_lnum_t *elt_ids, const cs_real_t xyz[][3], const char *field_name, const char *condition)

Detailed Description

This function is used to compute user defined values for fields over a given boundary zone. The mathematical expression is defined in the GUI.

Parameters
[in]zone_namename of a boundary zone
[in]n_eltsnumber of elements related to the zone
[in]elt_idslist of element ids related to the zone
[in]xyzlist of coordinates related to the zone
[in]field_namename of the variable field
[in]conditioncondition type defined as a string
Returns
a pointer to an array of cs_real_t values

Function Documentation

◆ cs_meg_boundary_function()

cs_real_t * cs_meg_boundary_function ( const char * zone_name,
const cs_lnum_t n_elts,
const cs_lnum_t * elt_ids,
const cs_real_t xyz[][3],
const char * field_name,
const char * condition )