Chi-Tech
Tutorial_Regression_CFEM_Diffusion.h
Go to the documentation of this file.
1/** \page Tutorials_CFEM_Diffusion CFEM Diffusion Test-cases as Tutorials
2
3The following CFEM diffusion test-cases are built on the same 2D square geometry:
41. **[CFEM_Diffusion_2D_1a_linear](https://github.com/chi-tech/chi-tech/blob/development/tests/CFEM_Diffusion/CFEM_Diffusion_2D_1a_linear.lua)**
5 - *description:* pure scatterer, no volumetric source, boundary source, solution is linear
6 - *feature of potential interest:*
7 - material properties a Lua functions of position and material ID,
8 - use of chiLogicalVolume to define boundaries,
9 - field function and export of FF line to python.
102. **[CFEM_Diffusion_2D_2a_DirichletBCs](https://github.com/chi-tech/chi-tech/blob/development/tests/CFEM_Diffusion/CFEM_Diffusion_2D_2a_DirichletBCs.lua)**
11 - *description:* diffusion-reaction on a 2-region domain, with Dirichlet BCs
12 - *feature of potential interest:*
13 - use of chiLogicalVolume to define material regions,
14 - material properties a Lua functions of position and material ID.
153. **[CFEM_Diffusion_2D_3b_analytical_coef2](https://github.com/chi-tech/chi-tech/blob/development/tests/CFEM_Diffusion/CFEM_Diffusion_2D_3b_analytical_coef2.lua)**
16 - *description:* diffusion-reaction problem with space-dependent material properties
17 - *feature of potential interest:*
18 - use of chiLogicalVolume to define material regions,
19 - material properties a Lua functions of position and material ID.
20
21 */