I am running a simulation with conduction and radiation, simplified to be a 2D axisymmetric problem. It does not appear huge:
Code: Select all
Conduction mesh:
|--------------------|------------------|
| Volumic mesh | Boundary mesh |
---------------------|--------------------|------------------|
| Dimension | 2 | 2 |
| Number of nodes | 1136 | unused |
| Number of elements | 1444 | 823 |
| Nb nodes per elt | 3 | 2 |
---------------------|--------------------|------------------|
Radiation mesh:
|--------------------|
| Volumic mesh |
---------------------|--------------------|
| Dimension | 2 |
| Number of nodes | 6878 |
| Number of elements | 6876 |
| Nb nodes per elt | 2 |
---------------------|--------------------|
Code: Select all
RADIATION INITIALIZATIONS
=========================
*** decode_clim_ray : Radiation face face type according the boundary conditions
-----------------------------------------------
| Boundary conditions | Nbre of faces |
-----------------------------|-----------------
| Coupled with the solid | 6876 |
| Imposed temperature | 0 |
| Prescribed flux | 0 |
| Windows | 0 |
| Sky dome | 0 |
-----------------------------------------------
*** init_scoupr : number of solid faces coupled to radiation = 705
*** Solid/radiation corresponding points calculation
*** init_scoupr : number of solid faces coupled to radiation = 705
I found this behaviour in Syrthes v4.3 but it is also present in the freshly built Syrthes v5.0 which I will give a few days to complete. But it does seem a long wait.
Are there anyone here with experience using the 2D axisymmetric modelling?