format: make cfMesh banner consistent and removed trailing whitespace

This commit is contained in:
Danial Khazaei 2019-02-05 07:38:23 +03:30
parent 5f08a2f90a
commit d2bc2468c7
No known key found for this signature in database
GPG key ID: 0EF86F9BFB18F88C
481 changed files with 6344 additions and 4901 deletions

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description
Reads the AVL's surface mesh Reads the AVL's surface mesh

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description
Creates surface patches from surface subsets Creates surface patches from surface subsets

View file

@ -1,28 +1,31 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description
cfMesh utility to convert a surface file to VTK multiblock dataset foam-extend utility to convert a surface file to VTK multiblock dataset
format, including the patches, feature edges and surface features. format, including the patches, feature edges and surface features.
Author Author

View file

@ -1,9 +1,12 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | foam-extend: Open Source CFD \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | For copyright notice see file Copyright \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of foam-extend. This file is part of foam-extend.

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Application Application
Generates cartesian mesh Generates cartesian mesh

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Application Application
Generates cartesian mesh Generates cartesian mesh

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description
Reads the specified surface and writes it in the fms format. Reads the specified surface and writes it in the fms format.

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description
Finds feature edges and corners of a triangulated surface Finds feature edges and corners of a triangulated surface

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description
Reads the surface mesh, remove the selected facets Reads the surface mesh, remove the selected facets

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description
Generates boundary layers in the existing mesh, based on the settings Generates boundary layers in the existing mesh, based on the settings

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description
Finds feature edges and corners of a triangulated surface Finds feature edges and corners of a triangulated surface

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description
Performs point relocations in the mesh (smoothing) in order to Performs point relocations in the mesh (smoothing) in order to

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description
Ensures that all mesh points belonging to a symmetryPlane are Ensures that all mesh points belonging to a symmetryPlane are

View file

@ -1,28 +1,31 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description
cfMesh utility to merge the supplied list of patches onto a single foam-extend utility to merge the supplied list of patches onto a single
patch. patch.
Author Author

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description
Writes the mesh in fpma format readable by AVL's CfdWM Writes the mesh in fpma format readable by AVL's CfdWM

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Application Application
Generates polyhedral mesh Generates polyhedral mesh

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description
Converts specified patches into subsets Converts specified patches into subsets

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Application Application
Prepares the case for a parallel mesh generation run Prepares the case for a parallel mesh generation run

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description
Reads the surface mesh, remove the selected facets Reads the surface mesh, remove the selected facets

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description
Scales the mesh into other units. Scales the mesh into other units.

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description
Scales surface vertices by a precribed factor. Scales surface vertices by a precribed factor.

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description
Creates surface patches from surface subsets Creates surface patches from surface subsets

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description
Finds feature edges and corners of a triangulated surface Finds feature edges and corners of a triangulated surface

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description
Finds feature edges and corners of a triangulated surface Finds feature edges and corners of a triangulated surface

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description
Reads the specified surface and writes it in the fms format. Reads the specified surface and writes it in the fms format.

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Application Application
Generates tetrahedral mesh Generates tetrahedral mesh

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Class Class
cartesian2DMeshGenerator cartesian2DMeshGenerator

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Class Class
cartesianMeshExtractor cartesianMeshExtractor

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Class Class
cartesianMeshGenerator cartesianMeshGenerator

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Class Class
tetMeshExtractorOctree tetMeshExtractorOctree

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Class Class
tetMeshGenerator tetMeshGenerator

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Class Class
boxScaling boxScaling

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Class Class
coordinateModification coordinateModification

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Class Class
coordinateModificationList coordinateModificationList

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Class Class
coordinateModifier coordinateModifier

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Class Class
planeScaling planeScaling

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Class Class
edgeMeshGeometryModification edgeMeshGeometryModification

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Class Class
polyMeshGenGeometryModification polyMeshGenGeometryModification

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Class Class
surfaceMeshGeometryModification surfaceMeshGeometryModification

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Class Class
boundaryLayers boundaryLayers

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Class Class
detectBoundaryLayers detectBoundaryLayers

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Class Class
extrudeLayer extrudeLayer

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Class Class
refineBoundaryLayers refineBoundaryLayers

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Class Class
triangulateNonPlanarBaseFaces triangulateNonPlanarBaseFaces

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Class Class
checkMeshDict checkMeshDict

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Class Class
DynList DynList

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Class Class
FRWGraph FRWGraph

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description
An graph of faces which supports automated output. An graph of faces which supports automated output.

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Class Class
cellIOGraph cellIOGraph

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description
An graph of faces which supports automated output. An graph of faces which supports automated output.

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Class Class
faceIOGraph faceIOGraph

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description
An IODynList of a given type is a List of that type which supports automated An IODynList of a given type is a List of that type which supports automated

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Class Class
IODynList IODynList

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description
An IOLongList of a given type is a list which supports automated An IOLongList of a given type is a list which supports automated

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Class Class
IOLongList IOLongList

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description
Declaration of IOLongList ClassNames for IOLists that do not have .C files. Declaration of IOLongList ClassNames for IOLists that do not have .C files.

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Type Type
IOLongList IOLongList

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Class Class
cellListPMG cellListPMG

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Class Class
edgeLongList edgeLongList

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Description Description
Declaration of IODynListHP ClassNames for IOLists that do not have .C files. Declaration of IODynListHP ClassNames for IOLists that do not have .C files.

View file

@ -1,25 +1,28 @@
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
========= | ========= |
\\ / F ield | cfMesh: A library for mesh generation \\ / F ield | foam-extend: Open Source CFD
\\ / O peration | \\ / O peration | Version: 4.1
\\ / A nd | Author: Franjo Juretic (franjo.juretic@c-fields.com) \\ / A nd | Web: http://www.foam-extend.org
\\/ M anipulation | Copyright (C) Creative Fields, Ltd. \\/ M anipulation | For copyright notice see file Copyright
-------------------------------------------------------------------------------
Author | F.Juretic (franjo.juretic@c-fields.com)
Copyright | Copyright (C) Creative Fields, Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of cfMesh. This file is part of foam-extend.
cfMesh is free software; you can redistribute it and/or modify it foam-extend is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your Free Software Foundation; either version 3 of the License, or (at your
option) any later version. option) any later version.
cfMesh is distributed in the hope that it will be useful, but WITHOUT foam-extend is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with cfMesh. If not, see <http://www.gnu.org/licenses/>. along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
Class Class
faceListPMG faceListPMG

Some files were not shown because too many files have changed in this diff Show more