# | Line 52 | Line 52 | namespace oopse { | |
---|---|---|
52 | virtual bool isInterior(Vector3d pos); | |
53 | virtual std::pair<Vector3d, Vector3d> getBoundingBox(); | |
54 | virtual bool hasAnalyticalSolution() {return true;} | |
55 | < | virtual HydroProps getHydroProps(RealType viscosity, RealType temperature); |
55 | > | virtual HydroProp* getHydroProp(RealType viscosity, RealType temperature); |
56 | ||
57 | RealType getRadius() {return radius_;} | |
58 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |