4 lines
109 B
Matlab
4 lines
109 B
Matlab
function setTemperature(d, t)
|
|
% SETTEMPERATURE - Set the temperature [K].
|
|
%
|
|
domain_methods(d.dom_id, 61, t);
|