#include <belfem_user_api>Functions | |
| real | my_resistivity (const Material *mat, real T) |
| Custom electrical resistivity function. | |
| real | my_specific_heat (const Material *mat, real T) |
| Custom specific heat function. | |
| real | my_thermal_conductivity (const Material *mat, real T) |
| Custom thermal conductivity function. | |
| void | MyAlloy_init (Material *mat) |
| real | my_jc (const Material *mat, real normB, real angleNxB, real T) |
| real | my_n (const Material *mat, real normB, real angleNxB, real T) |
| void | MySuperconductor_init (Material *mat) |
Custom electrical resistivity function.
| mat | Pointer to material (allows access to other properties) |
| T | Temperature [K] |
Custom specific heat function.
| mat | Pointer to material |
| T | Temperature [K] |
Custom thermal conductivity function.
| mat | Pointer to material |
| T | Temperature [K] |
| void MyAlloy_init | ( | Material * | mat | ) |
| void MySuperconductor_init | ( | Material * | mat | ) |