Clear Filters
Clear Filters

Reference to non-existent field 'D1t'.

1 view (last 30 days)
hi there,
I need to run the file "Integration" I found in the web.
the input parameters are:
N: 54000
Pin: 100000
T: 303.3500
Vp: 0.0250
At: 0.0033
I just keep getting after I put all the necessary input.
I really can't find the solution.
Reference to non-existent field 'D1t'.

Accepted Answer

Cameron B
Cameron B on 16 Dec 2019
PAR.Ac = (pi/4)*((PAR.D1t^2)-(PAR.D1h^2)); %Compressor area
There's no information for your PAR.D1t and PAR.D1h. I guess these are diameters. Consider adding these:
PAR.D1t = input ('Insert outer diameter (m) ' )
PAR.D1h = input ('Insert inner diameter (m) ')

More Answers (0)

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!