EQUATIONS FOR API-650 CURVES LIKE P-2A/B/C/D etc
EQUATIONS FOR API-650 CURVES LIKE P-2A/B/C/D etc
(OP)
Friends,
I am a piping engineer and am working on a software for evaluating Nozzles connected to API-650 based tanks.
Anybody worked on developing the equations for various curves?
It will be useful if some body could share.
BR,
I am a piping engineer and am working on a software for evaluating Nozzles connected to API-650 based tanks.
Anybody worked on developing the equations for various curves?
It will be useful if some body could share.
BR,





RE: EQUATIONS FOR API-650 CURVES LIKE P-2A/B/C/D etc
Cheers,
gr2vessels
RE: EQUATIONS FOR API-650 CURVES LIKE P-2A/B/C/D etc
Thanks gr2 as i am also looking for the same, But E tank do not have this facility as we are the user. we have to perform manually.
RE: EQUATIONS FOR API-650 CURVES LIKE P-2A/B/C/D etc
Where are the source curve located? Is it a solution to an equation or are the curves available?
-Jeff
RE: EQUATIONS FOR API-650 CURVES LIKE P-2A/B/C/D etc
The CURVES are in the Appendix-P of API-650.
UbaidUllah
RE: EQUATIONS FOR API-650 CURVES LIKE P-2A/B/C/D etc
I think the way to do this is the following
do a linear curve fit for every curve.
Calculate all the curves at the given R/t Then interpolate using L/2a and a/r to get an appropriate value.
RE: EQUATIONS FOR API-650 CURVES LIKE P-2A/B/C/D etc
You are right.
I have already done it for my software.
RE: EQUATIONS FOR API-650 CURVES LIKE P-2A/B/C/D etc
I'm working through the procedures myself at the moment. I curvefit every given curve and evaluated at a given L/2a and r/t. I am interpolating on a_r and debating which interpolation method to use. Is it better to use linear or to use quadratic interpolation?
-Jeff
RE: EQUATIONS FOR API-650 CURVES LIKE P-2A/B/C/D etc
I spent more than two months in using different approaches later had to do the curve fitting for curves between the ones given in the figures.
Best of luck.
RE: EQUATIONS FOR API-650 CURVES LIKE P-2A/B/C/D etc
versus 3.0e-4). Looking at the graph I wonder if a quadratic scheme would work better. I wish they would give the derivation for these curves, that may give some insight into the best interpretation scheme. These codes so often seem to lack an evident background. Does anyone know the author is? Is anything published?
It doesn't look there is enough data points (just two L/2a) for the other interpolation. What do you do if it's above or below?
RE: EQUATIONS FOR API-650 CURVES LIKE P-2A/B/C/D etc
Some of the values (stiffness coefficients) given in the example are wrong. You can check yourself by careful manual plotting.
There are not just two L/2a but also only three a/R.
I have done curve fitting for intermediate a/Rs.
I used linear interpolations with both L/2a & a/R, gives me good results.
Send me the inputs and I will send you the stiffness coefficients calculated by my software. But please send them in the units followed in the example.
RE: EQUATIONS FOR API-650 CURVES LIKE P-2A/B/C/D etc
Are the numbers matching?
-Jeff
RE: EQUATIONS FOR API-650 CURVES LIKE P-2A/B/C/D etc
I got blocked, I'm not sure why. I'm not sure if they think I'm spamming. I'm just trying to get some of these calcs online as a portfolio and maybe attract some attention from the authors to get a live version of some of the appendixes online. It's a bit of a hobby anyway and I use it at interviews.
Anyway, I'm not going to post the link again!
R/t=1173
a/R=0.008
L/2a=1
Radial-Shell 0.00044 (unitless)
Radial-Neck 0.00023 (unitless) (3.1E-4 from API 650)
Longitudinal-Shell 0.000527 (unitless)
Longitudinal-Neck 0.000364 (unitless) (3.0e-4 from API 650)
Circumferential-Shell 0.0012383 (unitless)
Circumferential-Neck 0.001172 (unitless) (5.0e-4 5 from API 650)
RE: EQUATIONS FOR API-650 CURVES LIKE P-2A/B/C/D etc
See the following thread
http:
Richard Ay at Codade wrote
"I didn't find it easy, the examples contradicted the body of the Code and there were curves mis-labeled. I couldn't get through it (computation wise) which is why I never put it in our software. Will something like this come back - I don't know. This was a massaged WRC107 method and I'm not a big fan of that bulletin either. Whatever they put in the Code has to be complete, correct, and computationally possible."
It doesn't look it's very popular. At another point he says it's based upon two FEA studies.
-Jeff
RE: EQUATIONS FOR API-650 CURVES LIKE P-2A/B/C/D etc
RE: EQUATIONS FOR API-650 CURVES LIKE P-2A/B/C/D etc
Sorry for a very late reply. I got busy in a very tight scheduled project which is not over yet.
I can understand your feelings as I have been through it...
An override of my system inputs for your indicated values:
R/t=1173
a/R=0.008
L/2a=1
gives me the following values.:
KR=0.00017619091441700257
KL=0.00033535179923315476
KC=0.00079268642564544762
Please check them as I could not get time to authenticate due to lack of time.
Sorry once again...