Skip to content

Commit

Permalink
new file
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Dec 19, 2023
1 parent fa1b36c commit 5a311ea
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions libs/cartesiandomain/cartesianmotion_withreset.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
/*
* ----- CLEO -----
* File: cartesianmotion_withreset.hpp
* Project: cartesiandomain
* Created Date: Tuesday 19th December 2023
* Author: Clara Bayley (CB)
* Additional Contributors:
* -----
* Last Modified: Tuesday 19th December 2023
* Modified By: CB
* -----
* License: BSD 3-Clause "New" or "Revised" License
* https://opensource.org/licenses/BSD-3-Clause
* -----
* Copyright (c) 2023 MPI-M, Clara Bayley
* -----
* File Description:
* Motion of a superdroplet using predictor-corrector
* method to update a superdroplet's coordinates and
* the sdgbxindex updated accordingly for a
* cartesian domain with finite/periodic boundary
* conditions and reset of superdroplets that leave
* the domain through the lower domain boundary
*/

#ifndef CARTESIANMOTION_WITHRESET_HPP
#define CARTESIANMOTION_WITHRESET_HPP

#include "./cartesianmotion.hpp"

#endif // CARTESIANMOTION_WITHRESET_HPP

0 comments on commit 5a311ea

Please sign in to comment.