The cs_user_1d_wall_thermal subroutine is used to set the 1D-wall thermal module parameters.
Local variables declaration
int izone = 0, ifbt1d = 0;
Allocation
Rereading of the restart file
iappel = 1 or 2
if (iappel == 1 || iappel == 2) {
&nlelt, lstelt);
izone++;
for (
cs_lnum_t ilelt = 0 ; ilelt < nlelt ; ilelt++) {
wall_thermal->
izft1d[ifac-1] = izone;
if (iappel == 2) wall_thermal->
ifpt1d[ifbt1d] = ifac;
ifbt1d++;
}
}
if (iappel == 1) {
wall_thermal->
nfpt1d = ifbt1d;
}
iappel = 2
iappel = 3
if (iappel == 3) {
if (cdgfbo[face_id][2] <= 1.e-3) {
}
else {
}
}
}
Deallocation