- Timestamp:
- Mar 15, 2007, 10:11:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/sample/miscellaneous/sample_calc_object.mso
r176 r217 45 45 Model Calc as CalcBasic 46 46 PARAMETERS 47 outer obj as Plugin; 48 47 outer obj as Plugin(Type="sample"); 48 dummy as Real(Default=0); 49 49 50 EQUATIONS 50 r1 = obj.method1(T, P);51 r1 = obj.method1(T, dummy); 51 52 r2 = obj.method2(T, P); 52 53 r3 = obj.method3(z); … … 76 77 FlowSheet CalcTest 77 78 PARAMETERS 78 obj as Plugin( File = "calcsample");79 obj as Plugin(Type="sample"); 79 80 NoComps as Integer(Default = 5); 80 81 81 82 DEVICES 82 83 calc1 as Calc; … … 100 101 OPTIONS 101 102 RelativeAccuracy = 1e-6; 102 #mode = "steady";103 Dynamic = false; 103 104 end 104 105
Note: See TracChangeset
for help on using the changeset viewer.