Skip to content

Home > List of Keywords > *OUTELEM

*OUTELEM

Data format:

One line with 4 parameters, followed by one line with 2 parameters, as follow:

IOUT1 IOUT2 IOUT3 IOUT4
IEL_1 ... IEL_N

Status:

Optional.

Purpose:

To ask the FE engine to write specific hydrodynamic data output files related to selected elements.

Details:

Parameter Description
IOUT1 IOUT1 = 1: Creates a "cine_elem_XX.csv" file where XX is the element identification number. This file provides the wave particle velocity and wave particle acceleration against time for the selected elements. See the example below for details on the file content.
IOUT1 = 0: No output file is created.
IOUT2 IOUT2 = 1: Creates a "dhi_param_elem_XX.csv" file where XX is the element identification number. This file provides the KC number, alpha parameter, corrected drag coefficient and corrected lift coefficient against time for the selected elements. See the example below for details on the file content.
IOUT2 = 0: No output file is created.
IOUT3 IOUT3 = 1: Creates a "effo_lin_elem_XX.csv" file where XX is the element identification number. This file provides the horizontal force per unit length, lift force per unit length, line velocity and line acceleration against time for the selected elements. See the example below for details on the file content.
IOUT3 = 0: No output file is created.
IOUT4 IOUT4 = 1: Creates a "effo_lin_elem_fixed_XX.csv" file where XX is the element identification number. This file provides the fixed drag force per unit length and fixed lift force per unit length against time for the selected elements. Fixed drag and fixed lift forces refer to the loads acting on a still line, which is then to be corrected to account for the line motion. See the example below for details on the file content.
IOUT4 = 0: No output file is created.
IEL_1 ... IEL_N Identification number of the elements on which output data are to be extracted.

Output files format:

The "cine_elem_XX.csv" file that is produced when IOUT1=1 has the following format:

Element Number= XX

Time(s) Wave velocity (m/s) Wave Acceleration(m/s2)

T(1) Velocity(1) Acceleration(1)

T(2) Velocity(2) Acceleration(2)

T(3) Velocity(3) Acceleration(3)

...

The "dhi_param_elem_XX.csv" file that is produced when IOUT2=1 has the following format:

Element Number= XX

Time(s) Kc(-) Alpha(-) Cd_corr(-) Cl_corr(-)

T(1) KC(1) Alpha(1) Cd_corr(1) Cl_corr(1)

T(2) KC(2) Alpha(2) Cd_corr(2) Cl_corr(2)

T(3) KC(3) Alpha(3) Cd_corr(3) Cl_corr(3)

...

The "effo_lin_elem_XX.csv" file that is produced when IOUT3=1 has the following format:

Element Number= XX

Time(s) Horizontal Force(N/m) Lift Force(N/m) Line velocity (m/s) Line
Acceleration(m/s2)

T(1) HorizForce(1) LiftForce(1) Line_Velocity(1) Line_Accel(1)

T(2) HorizForce(2) LiftForce(2) Line_Velocity(2) Line_Accel(2)

T(3) HorizForce(3) LiftForce(3) Line_Velocity(3) Line_Accel(3)

...

The "effo_lin_elem_fixed_XX.csv" file that is produced when IOUT1=1 has the following format:

Element Number= XX

Time(s) Fixed_Drag_Force(N/m) Fixed_Lift_Force(N/m)

T(1) FixedDragForce(1) FixedLiftForce(1)

T(2) FixedDragForce(2) FixedLiftForce(2)

T(3) FixedDragForce(3) FixedLiftForce(3)

...