Reference to non-existent field 'D1t'.

1 vue (au cours des 30 derniers jours)
Paul Rogers
Paul Rogers le 15 Déc 2019
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'.

Réponse acceptée

Cameron B
Cameron B le 16 Déc 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) ')

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB Compiler dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by