Home
last modified time | relevance | path

Searched refs:df (Results 1 – 2 of 2) sorted by relevance

/libCEED/examples/fluids/postprocess/
H A Dvortexshedding.py13 def shedding_period(df): argument
14 sample = df[df["Time"] > 70] # once the initial transient has passed
20 df = pandas.read_csv("force.csv") variable
21 df["Drag Coefficient"] = coeff(df["ForceX"])
22 df["Lift Coefficient"] = coeff(df["ForceY"])
23 period = shedding_period(df)
31 data=df,
37 data=df,
/libCEED/examples/solids/
H A Dindex.md372 df = pd.concat([nh, mr, mr1])
378 base = alt.Chart(df).encode(