*** empty log message ***
This commit is contained in:
parent
10601d916f
commit
3711f2f49e
1 changed files with 11 additions and 0 deletions
11
Cantera/matlab/cantera/1D/OutletRes.m
Normal file
11
Cantera/matlab/cantera/1D/OutletRes.m
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
function m = OutletRes(id)
|
||||
% OUTLET - Return a Domain1D instance representing an outlet reservoir.
|
||||
%
|
||||
m = Domain1D(-2);
|
||||
if nargin == 0
|
||||
setID(m,'outletres');
|
||||
else
|
||||
setID(m,id);
|
||||
end
|
||||
|
||||
|
||||
Loading…
Add table
Reference in a new issue