Exemple #1
0
        station_number = 1
        station_identifier = sd.add_station(
            cursor,
            flow_class=flow_class,
            year=year,
            study_number=study_number,
            series_number=series_number,
            station_number=station_number,
            originators_identifier=originators_identifier,
        )

        sd.mark_station_as_periodic(cursor, station_identifier)

        sd.set_station_value(
            cursor,
            station_identifier,
            sd.Q_HYDRAULIC_DIAMETER,
            hydraulic_diameter,
        )
        sd.set_station_value(
            cursor,
            station_identifier,
            sd.Q_DEVELOPMENT_LENGTH,
            development_length,
        )
        sd.set_station_value(
            cursor,
            station_identifier,
            sd.Q_OUTER_LAYER_DEVELOPMENT_LENGTH,
            outer_layer_development_length,
        )
        sd.set_station_value(
Exemple #2
0
            year=year,
            study_number=study_number,
            series_number=series_number,
            station_number=station_number,
        )

        sd.mark_station_as_periodic(cursor, station_identifier)

        station_filename = "../data/{:s}/series_{:d}.csv".format(
            study_identifier,
            series_number,
        )

        sd.set_station_value(
            cursor,
            station_identifier,
            sd.Q_HYDRAULIC_DIAMETER,
            diameter,
        )
        sd.set_station_value(
            cursor,
            station_identifier,
            sd.Q_DEVELOPMENT_LENGTH,
            development_length,
        )
        sd.set_station_value(
            cursor,
            station_identifier,
            sd.Q_OUTER_LAYER_DEVELOPMENT_LENGTH,
            outer_layer_development_length,
        )
        sd.set_station_value(
Exemple #3
0
        station_number = 1
        station_identifier = sd.add_station(
            cursor,
            flow_class=flow_class,
            year=year,
            study_number=study_number,
            series_number=series_number,
            station_number=station_number,
        )

        sd.mark_station_as_periodic(cursor, station_identifier)

        sd.set_station_value(
            cursor,
            station_identifier,
            sd.Q_HYDRAULIC_DIAMETER,
            hydraulic_diameter,
        )
        sd.set_station_value(
            cursor,
            station_identifier,
            sd.Q_DEVELOPMENT_LENGTH,
            development_length,
        )
        sd.set_station_value(
            cursor,
            station_identifier,
            sd.Q_OUTER_LAYER_DEVELOPMENT_LENGTH,
            outer_layer_development_length,
        )
        sd.set_station_value(
Exemple #4
0
            # p. 128
            #
            # \begin{quote}
            # The mean air velocity was determined from the measurement of the
            # air quantity and the duct area.  \ldots  Air quantity was
            # measured by the use of five cast aluminum nozzles made
            # approximately to ASME log-radius, low-ratio proportions and
            # equiped with throat static taps.  \ldots  The nozzles were
            # calibrated in place by impact tube traverses at the throat over
            # the full flow range.
            # \end{quote}
            mt_bulk_velocity = sd.MT_IMPACT_TUBE

            sd.set_station_value(
                cursor,
                station_identifier,
                sd.Q_HYDRAULIC_DIAMETER,
                hydraulic_diameter,
            )
            sd.set_station_value(
                cursor,
                station_identifier,
                sd.Q_DEVELOPMENT_LENGTH,
                ducts[duct].length,
            )
            sd.set_station_value(
                cursor,
                station_identifier,
                sd.Q_OUTER_LAYER_DEVELOPMENT_LENGTH,
                ducts[duct].length / hydraulic_diameter,
            )
            sd.set_station_value(