PDE thermal model with heat produced as a function of temperature
Mostra commenti meno recenti
For the steady state heat transfer model I want to specify internal heat source as a function of local temperature. I tried as:
internalHeatSource(myPde, @(location, state) k*state.u, 'cell', 1);
but when I solve the model, I get an error:
Dot indexing is not supported for variables of this type.
Can you explain me how to properly do that?
Risposte (1)
Urban Simoncic
il 23 Lug 2019
0 voti
Categorie
Scopri di più su Heat Transfer in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!