pkladisios
Mechanical
- May 19, 2015
- 2
Greetings. I am currently trying to model a photovoltaic module, mounted on a roof, using an implicit scheme of FDM (finite difference method). My primary concern is the boundary conditions. To be more precise, assuming a one dimensional heat flow, the heat diffusion equation is ∂T/∂t=(k/ρCp)∂2T/∂x2.
Internal nodes
Applying the implicit scheme to the heat diffusion equation leads us to the following equation, valid for internal nodes:
(-kdt/ρCpdx2)Ti-1p+1+(1+2kdt/ρCpdx2)Tip+1+(-kdt/ρCpdx2)Ti+1p+1=Tip
Boundary conditions
Upper surface (i=0)
Qsol-Qconv-Qrad=Qcond→-k(T1p+1-T0p+1)/dx=Qsolp+1-Qconvp+1-Qradp+1→-k(T1p+1-T0p+1)/dx=Qsolp+1-hc(T0p+1-Tairp+1)-εσ(Τ0p+14-Tairp+14)
Lower surface (i=n-1)
Qcond=Qconv+Qrad→-k(Tn-1p+1-Tn-2p+1)/dx=Qconvp+1-Qradp+1→-k(Tn-1p+1-Tn-2p+1)/dx=hc(Tn-1p+1-Tairp+1)-εσ(Τn-1p+14-Tairp+14)
where:
Qsol: insolation
Qconv: convective heat losses
Qrad: radiative heat losses
k: thermal conductivity
Cp: specific heat capacity
ρ: density
ε: emissivity
σ: Stefan-Boltzmann constant
T: temperature
Subscripts:
Spatial i=0,1,...,n-1
Temporal p=0,1,...,m-1
My questions are:
Am i right so far? If i am, what happens when unknown temperatures to the power of four are inserted into the system of equations? Do i assume an overall/combined coefficient h=hconv+hrad to linearize the radiation factor (Qrad+Qconv)=h(Tsurface-Tair)? I really need help on this one.
Thank you in advance and i apologise for any unclarities.
Internal nodes
Applying the implicit scheme to the heat diffusion equation leads us to the following equation, valid for internal nodes:
(-kdt/ρCpdx2)Ti-1p+1+(1+2kdt/ρCpdx2)Tip+1+(-kdt/ρCpdx2)Ti+1p+1=Tip

Boundary conditions
Upper surface (i=0)
Qsol-Qconv-Qrad=Qcond→-k(T1p+1-T0p+1)/dx=Qsolp+1-Qconvp+1-Qradp+1→-k(T1p+1-T0p+1)/dx=Qsolp+1-hc(T0p+1-Tairp+1)-εσ(Τ0p+14-Tairp+14)
Lower surface (i=n-1)
Qcond=Qconv+Qrad→-k(Tn-1p+1-Tn-2p+1)/dx=Qconvp+1-Qradp+1→-k(Tn-1p+1-Tn-2p+1)/dx=hc(Tn-1p+1-Tairp+1)-εσ(Τn-1p+14-Tairp+14)
where:
Qsol: insolation
Qconv: convective heat losses
Qrad: radiative heat losses
k: thermal conductivity
Cp: specific heat capacity
ρ: density
ε: emissivity
σ: Stefan-Boltzmann constant
T: temperature
Subscripts:
Spatial i=0,1,...,n-1
Temporal p=0,1,...,m-1
My questions are:
Am i right so far? If i am, what happens when unknown temperatures to the power of four are inserted into the system of equations? Do i assume an overall/combined coefficient h=hconv+hrad to linearize the radiation factor (Qrad+Qconv)=h(Tsurface-Tair)? I really need help on this one.
Thank you in advance and i apologise for any unclarities.