Functions | |
| real | hts_jc (const Material *mat, real normB, real angleNxB, real T) |
| real | hts_n (const Material *mat, real normB, real angleNxB, real T) |
| real | hts_rhon (const Material *mat, real T) |
| real | cu_resistivity (const Material *mat, real T) |
| real | ag_resistivity (const Material *mat, real T) |
| real | hast_resistivity (const Material *mat, real T) |
| real | rint_resistivity (const Material *mat, real T) |
| real | cu_cp (const Material *mat, real T) |
| Custom specific heat function. | |
| real | ag_cp (const Material *mat, real T) |
| real | hast_cp (const Material *mat, real T) |
| real | rint_cp (const Material *mat, real T) |
| real | cu_k (const Material *mat, real T) |
| Custom thermal conductivity function. | |
| real | ag_k (const Material *mat, real T) |
| real | hast_k (const Material *mat, real T) |
| real | rint_k (const Material *mat, real T) |
| void | cu_init (Material *mat) |
| void | ag_init (Material *mat) |
| void | hast_init (Material *mat) |
| void | rint_init (Material *mat) |
| void | hts_init (Material *mat) |
Variables | |
| const real | hts_Tcrit = 90.0 |
| Custom electrical resistivity function. | |
| void ag_init | ( | Material * | mat | ) |
Custom specific heat function.
| mat | Pointer to material |
| T | Temperature [K] |
| void cu_init | ( | Material * | mat | ) |
Custom thermal conductivity function.
| mat | Pointer to material |
| T | Temperature [K] |
| void hast_init | ( | Material * | mat | ) |
| void hts_init | ( | Material * | mat | ) |
| void rint_init | ( | Material * | mat | ) |
| const real hts_Tcrit = 90.0 |
Custom electrical resistivity function.
| mat | Pointer to material (allows access to other properties) |
| T | Temperature [K] |