ShearExtract: ShearExtract Function

Description Usage Arguments Examples

Description

Extract shear at turbine locations, and create a *.shr file for VSC (use as CFD input)

Usage

1
ShearExtract(shear_csv, layout_csv, output_name = "shear_VSC_input.shr")

Arguments

shear_csv:

shear file in CSV format (output of ShearTable() function)

layout_csv:

layout file in csv format (X,Y)

output_name:

name of the output file,it has to contain the extension "*.shr"

Examples

1
2
3
Exract directional shear for each turbine location present in the file "layout_file.csv".
shear_ <- Shear_RSF(rsf87,rsf137)
ShearExtract("Sheartable.csv","layout_file.csv","shear_VSC_input.shr")

Umercia/rsf documentation built on May 9, 2019, 9:38 p.m.