Recent content by Marko7

  1. M

    I Eccentric anomaly of ellipse-circle intersections

    I had no idea that parameter is from circle. I thought that parameter ##z## is same as parameter ##t## as used in normal parametric equations. Here is working code if anyone in future needs it: import numpy as np def ellipse_circle(a, b, c_x, c_y, r): """Calculate eccentric anomalies of...
  2. M

    I Eccentric anomaly of ellipse-circle intersections

    I want to calculate eccentric anomaly of all points of ellipse-circle intersection. Ellipse is not rotated and its center is in origin. Circle can be translated to (Cx, Cy) coordinates. I am using python for calculations. Only solution I found, is this...
  3. M

    Chernobyl What Are the Key Operational and Safety Features of the Chernobyl RBMK Reactor?

    What i was asking is: in case of complete power loss (no 750KV, 350KV, other reactors), there is diesel generators that generate power for computer, rods control etc. But are main circulatory pumps, in that case, being powered electrically or there is emergency pump powered mechanically by...
  4. M

    Chernobyl What Are the Key Operational and Safety Features of the Chernobyl RBMK Reactor?

    well, I am not making real simulation of Chernobyl - it will be almost impossible because I can't even find specifications of turbogenerators, so i will use formulas that i make (y = a^x with lot of additional variables for translation...) and correct them with constants to make simulation look...
  5. M

    Chernobyl What Are the Key Operational and Safety Features of the Chernobyl RBMK Reactor?

    Thank you, this will help me so much in my project, but there is more 7 questions remaining. I am making a real time simulation of Chernobiyl (just half of one reactor block), not so complicated as real Chernobyl, but very close. Currently it is only one huge diagram of relations in power plant...
  6. M

    Chernobyl What Are the Key Operational and Safety Features of the Chernobyl RBMK Reactor?

    24 in pdf. But what happens when reactor is offline, power is almost 0 and xenon concentration will be maximum. That is very negative reactivity, how do they start the reactor (on safe way). If they pull rods, reactivity increases, power rise, what happens with xenon concentration.
  7. M

    Chernobyl What Are the Key Operational and Safety Features of the Chernobyl RBMK Reactor?

    Yes, most of questions are RBMK specific, but steam separators are used in thermal PP and are almost same. Maybe ORM is used somewhere else, i found something but very poor explained. Thermal power and xenon is more often in other NPP-s. Here are some links where i dig data: RBMK design ORM ORM...
  8. M

    Chernobyl What Are the Key Operational and Safety Features of the Chernobyl RBMK Reactor?

    In steam separator, is steam mixing with water, or it is completely separated? if yes, where goes condensate? (in deaerators?) In gas circuit, is there loop, or N-O mixture goes from storage, trough core, filters, to chimney? Is diesel generators supposed to generate electricity to power pumps...
Back
Top