CSVWR2¶
Source: user_tensors/CSVTensor.py
Load 3 columns from CSV as a WR2 (skew) with shape (N, 3).
Column-name suffix order mirrors the C++ VTestTimeSeries<WR2> call:
var_zy, var_xz, var_yx. WR2 has no Mandel scaling – values are
stacked verbatim.
Other options¶
csv_file—str· requiredPath to the CSV file. Resolved relative to the input file’s directory when not absolute.
variable—strColumn-name prefix expanded via the per-type suffix convention (e.g.
stress->stress_xx,stress_yy, … for SR2). Mutually exclusive withcolumn_names.column_names—listExplicit whitespace-separated list of CSV column names; bypasses the
variablesuffix expansion. Mutually exclusive withvariable.