[package] name = "rtx-fsi" version = "1.0.0" edition.workspace = true rust-version = "1.92" authors = ["RustyTorch Team"] license = "MIT OR Apache-2.0" description = "Partitioned fluid-structure interaction coupling: conservative load and motion transfer across non-matching interfaces" keywords = ["fsi", "fluid-structure", "coupling", "aeroelasticity", "simulation"] categories = ["science", "simulation"] repository = "https://github.com/rustytorch/rustytorch" [dependencies] nalgebra = { workspace = true } thiserror = { workspace = true } [dev-dependencies] # The coupled benchmarks drive the real fluid and structure solvers; the # coupling library itself still depends on no solver. futures = { workspace = true } rtx-cfd = { workspace = true } rtx-fea = { workspace = true } [lints] workspace = true