My Project
programmer's documentation
|
User definition of physical properties. More...
#include "cs_defs.h"
#include <assert.h>
#include <math.h>
#include <string.h>
#include <ple_coupling.h>
#include "cs_headers.h"
Functions | |
void | cs_user_physical_properties (cs_domain_t *domain) |
Function called at each time step to define physical properties. More... | |
User definition of physical properties.
void cs_user_physical_properties | ( | cs_domain_t * | domain | ) |
Function called at each time step to define physical properties.
This function is called each time step to define physical properties.
[in,out] | domain | pointer to a cs_domain_t structure |