wcomp.output_struct# Classes WakePlane(x1, x2, values, normal_vector) WakeProfile(x1, values) WakeVolume(df, x1_resolution, x2_resolution, ...) class wcomp.output_struct.WakeProfile(x1: ndarray, values: ndarray)[source]# Parameters: x1 (ndarray) values (ndarray) class wcomp.output_struct.WakePlane(x1: ndarray, x2: ndarray, values: ndarray, normal_vector: str)[source]# Parameters: x1 (ndarray) x2 (ndarray) values (ndarray) normal_vector (str) class wcomp.output_struct.WakeVolume(df, x1_resolution, x2_resolution, normal_vector)[source]#