Folder on git
exercices_cimlib/Exercices_Binaire_SolidifDirige/FrontTracking_1D
Explanation
Same methodology as the one presented in the section 3 of paper https://www.sciencedirect.com/science/article/pii/S1359645400000707 with the Landau transforms.
matlab code
Numerical informations:
- 1D
- Implementation using the Finite difference method
- Thermic equation expressed using the implicit method
- Resolution of the matrix equation using the tridiagonal matric algorithm
Hypotheses: Same density for all phases
Script for interfaces with the real undercoolings
Velocity of the interface of the mushy domain (dendritic front): vd=2.9e-6ΔT2.7 [m.s-1].
Velocity of the interface of the fully solid domain (eutectic front): veut=3e-5ΔT2 [m.s-1].
Outputs
Script for interfaces with low undercoolings
Interfaces velocities have a generic expression vint=AΔTn. To decrease interfaces undercoolings, we increase coefficients A.
Velocity of the interface of the mushy domain (dendritic front): vd=2.9e-6ΔT2.7 [m.s-1].
Velocity of the interface of the fully solid domain (eutectic front): veut=3e-5ΔT2 [m.s-1].
Outputs