Last active
March 12, 2020 13:52
-
-
Save mairod/3b6442611710cf33f3ea5bbe1445736c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Copy attributes from particles to surface | |
int handle; | |
handle = pcopen(@OpInput2, “P”, @P, 1000, 1); | |
@v = pcfilter(handle, “v”); | |
// @Cd = pcfilter(handle, “Cd”); | |
pcclose(handle); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment