Timestep temperature data for individual wall layers
Is there a way to get timeseries temperature data for each individual layer of the envelope object like wall or roof. For example, if I have a BuildingSurface:Detailed object named South_wall which is assigned a Construction object Exterior_wall made up of different Material objects as mentioned below, then is it possible to get hourly temperature data for the inside and outside surfaces of each individual layers of the Construction object for each BuildingSurface:Detailed object
Construction,
Exterior Wall,
bevel_cedar_siding,
Bldg_paper_felt,
OSB_3/4in,
wall_consol_layer_empty_cavity,
Drywall_1/2in;
I know we can get the temperature data for the inside and outside surfaces of the BuildingSurface:Detailed object using the Surface Inside/Outside Face Temperature output variable. But this does not provide data for individual layers.
@hnagda does this post answer your question? Since you're not using PCM, you would only need to apply the conduction finite difference heat balance method and not worry about phase change materials.
Thanks @aaron. The Conduction Finite Difference algorithm solved my problem.