So, you could try:
1) Make your wall as one grid cell thick. This way you can use BACKING='EXPOSED'.
2) Define two SURF-lines. One for the fire side and one for the ambient side.
Your wall seems to be symmetrical, so the two SURF lines do not differ
much, they just have different HEAT_TRANSFER_COEFFICIENT.
3) Note, you should have some grid cells on the ambient side. I.e., you wall OBST
can not touch the outer boundary of your simulation geometry (the MESH boundary).
So, add at least one grid cell thick air space before the mesh boundary on the ambient
side and set the temperature here (INIT) to the ambient value. Add enough gid cells to the
ambient side, if you want to model nicely the convection there. But if you need just HTC=8 with
ambient temperature gas, then you could make the ambient side so that you blow there ambient
temperature gas, say, below, and have open boundary at top, and solid boundaries at side. This
way your ambinet side air do not heat up (well, it heats up, but new cool air is put there) and
the heat lost of your wall (by convection) is Qconv_lost = Convective_coeff * (T_back_wall - T_amb),
at least approximately. The radiation transfer is to ambient, if you have ambient boundaries at the
non-fire side.
TimoK