Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CGNS format for FFD boxes #674

Merged
merged 10 commits into from
May 16, 2019
8 changes: 8 additions & 0 deletions Common/include/grid_movement_structure.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,14 @@ class CFreeFormDefBox : public CGridMovement {
*/
void SetParaview(CGeometry *geometry, unsigned short iFFDBox, bool original);

/*!
* \brief Set the CGNS file of the FFD chuck structure.
* \param[in] iFFDBox - Index of the FFD box.
* \param[in] original - Original box (before deformation).
*/
void SetCGNS(CGeometry *geometry, unsigned short iFFDBox, bool original);


/*!
* \brief Set Cylindrical to Cartesians_ControlPoints.
* \param[in] config - Definition of the particular problem.
Expand Down
Loading