I am new to the LBM and I am interested in microencapsulated PCM. I tried to simulate the Galliummelting2d and Stefanmeltin2d examples and I have a couple of questions I would like to ask.
1. In the galliummelting2d example, Why is the value of the specific heat and density set to 1? as shown below:
const T cp_s = 1.0; // J / kg K
const T cp_l = 1.0; // J / kg K
—–
const T density = 1.
—–
2. If I try to implement the thermophysical properties of paraffin onto the Stefanmelting2d example, the code runs but the time step is stuck at 0 forever.
I would appreciate it if anyone could answer me.
Thanks,