Skip to content

Instantly share code, notes, and snippets.

@mairod
Last active March 12, 2020 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mairod/3b6442611710cf33f3ea5bbe1445736c to your computer and use it in GitHub Desktop.
Save mairod/3b6442611710cf33f3ea5bbe1445736c to your computer and use it in GitHub Desktop.
// 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