.. _u4.63.03_operandes: Operands ========= Operands Z_ FOND, RAYON,, HAUT_EAU, and RHO_EAU ---------------------------------------------- These four operands make it possible to define the parameters of the reservoir. The reservoir necessarily has the Z axis as the axis of symmetry. .. code-block:: text ◆ Z_ FOND Z coordinate of the bottom of the tank. .. code-block:: text ◆ RAYON Tank radius. :math:`R` in :ref:`But et description ` formulas .. code-block:: text ◆ HAUT_EAU Height of water inside the tank. :math:`H` in formulas. It is indeed a height and not a coordinate. The Z coordinate of points on the surface of the water is Z_ FOND + HAUT_EAU. .. code-block:: text ◆ RHO_EAU Density of the water or liquid inside the tank. :math:`\rho_l` in formulas. Operands ACCE_SP_H, ACCE_FLEX_H_N, ACCE_FLEX_V, ACCE_SP_V, and ACCE_CONV_H -------------------------------------------------------- These operands make it possible to define the various accelerations. .. code-block:: text ◆ ACCE_SP_H Acceleration at zero period read on the input spectrum in one of the horizontal directions. :math:`ZPA_h` in formulas. .. code-block:: text ◆ ACCE_FLEX_H_N Acceleration read on the input spectrum in one of the horizontal directions at the impulsive mode frequency n (4% spectrum). :math:`Sa(f_{hfh})` in formulas. .. code-block:: text ◆ ACCE_FLEX_V Acceleration read on the input spectrum in the vertical direction at the vertical impulse frequency (4% spectrum). :math:`Sa(f_{vf})` in formulas. .. code-block:: text ◆ ACCE_SP_V Zero-period acceleration read from the input spectrum in the vertical direction. :math:`ZPA_v` refers to .. code-block:: text ◆ ACCE_CONV_H Acceleration read on the input spectrum in one of the horizontal directions at the convective mode 1 frequency (0.5% spectrum). :math:`Sa(f_{c1})` in formulas. Operands GRAVITE and PRES_SURF_LIBR ------------------------------------- .. code-block:: text ◇ GRAVITE Acceleration of pesanity. Null by default. Allows hydrostatic pressure to be taken into account. .. code-block:: text ◇ PRES_SURF_LIBR Pressure value on the free surface. Null by default. This is added to the total pressure. Only pressure taken into account above the water level. .. _u4.63.03_newmark: Operand NEWMARK ------------------ .. code-block:: text ◇ NEWMARK =/"PC+" (by default), /"PC-", Allows you to choose the Newmark combination. In equation :eq:`eq-ptot`, :math:`\pm` is :math:`+` in the "PC+" case and :math:`-` in the "PC-" case. Keyword factor EVAL --------------------- Once the total pressure formula is created, there is no longer access to the various pressures that make up the total pressure. The keyword EVAL makes it possible to evaluate and store the various pressures as well as the total pressure in a table for a certain number of points in the tank. The evaluation is always done on the points of the same line, either a vertical line of the shell or a line of the bottom (:math:`theta` constant). .. code-block:: text ◇ EVAL = _F ( ◆ RHO = float, ◆/LIST_H = float, /LIST_R_FOND = float, ◆ LIST_EPAIS = float, ◇ THETA = float (default: 0.0), ◆ TABLE = co, ), .. code-block:: text ◆ RHO Density of the tank at the points to be evaluated. We do not allow it to vary according to the points here. .. code-block:: text ◆/LIST_H List of heights on the vertical line of the shell to be evaluated. The bottom of the tank is at 0 height. .. code-block:: text ◆/LIST_R_FOND List of radii on the horizontal line going from the center to a low point of the shell. .. code-block:: text ◆ LIST_EPAIS List of thicknesses corresponding to the points provided by LIST_H or LIST_R_FOND .. code-block:: text ◇ THETA Azimuth of the line to which the points evaluated belong. Null by default, the points then have coordinates :math:`x` and :math:`y` respectively :math:`R` and 0, in the other cases :math:`\cos(theta)` and :math:`\sin(theta)`. .. code-block:: text ◆ TABLE Name of the table in which the various pressures for each evaluated point will be stored.