PDE Toolbox thermalProperties() function handles
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
David Naviaux
am 12 Dez. 2017
Kommentiert: Alan Weiss
am 13 Dez. 2017
Is it possible to define the thermal characteristics (ThermalConductivity, MassDensity and SpecificHeat) of a 3D geometry as functions that depend on the position within the geometry?
0 Kommentare
Akzeptierte Antwort
Alan Weiss
am 13 Dez. 2017
Yes, you can. Sorry, the documentation is not yet explicit.
Define a function f = myfun(region,state) and pass @myfun as the value. For examples that are not in the heat flow setting, but in the general setting, see the ways of specifying nonconstant coefficients for general coefficients such as for the f coefficient.
Alan Weiss
MATLAB mathematical toolbox documentation
2 Kommentare
Alan Weiss
am 13 Dez. 2017
The only way to assure yourself of that is to make a geometry that has internal boundaries along the regions that differ. But that can be hard to arrange.
Alan Weiss
MATLAB mathematical toolbox documentation
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!