From andy.bauer at kitware.com Wed Jan 7 15:20:14 2015 From: andy.bauer at kitware.com (Andy Bauer) Date: Wed, 7 Jan 2015 15:20:14 -0500 Subject: [Cmb-users] Fwd: Delivery Status Notification (Failure) In-Reply-To: References: <047d7bfceb444c04b5050ae6089f@google.com> Message-ID: Any movement on this? Currently the user is creating a symbolic link from libcurl.so.3 that points to the available libcurl.so.4. On Tue, Dec 23, 2014 at 1:18 PM, Bob Obara wrote: > > To: andy.bauer at kitware.com > > > ----- Original message ----- > > I got an email from a user that is having issues with the Linux installed > version of CMB from the CMB download web-page. The error that he's getting > is: > ==================== > [vgfigue at s976477 Desktop]$ /ascldap/users/vgfigue/bin/CMB/bin/ModelBuilder > /home/vgfigue/bin/CMB/lib/cmb-3.0/ModelBuilder: error while loading shared > libraries: libcurl.so.3: cannot open shared object file: No such file or > directory > > I executed the find command and this is what I have: > > [vgfigue at s976477 Desktop]$ sudo find / -name libcurl.so.* -print > /usr/lib64/libcurl.so.4 > /usr/lib64/libcurl.so.4.1.1 > > I'm installing on a Linux Redhat V6.4. I searched in the internet for > libcurl.so.3 but did not find this library package for this Linux platform. > =================== > > Any ideas on this? > > Thanks, > Andy > > > > > -- > Robert M. O'Bara, MEng. > Assistant Director of Scientific Computing > > Kitware Inc. > 28 Corporate Drive > Suite 101 > Clifton Park, NY 12065 > > Phone: (518) 881- 4931 > > _______________________________________________ > Cmb-users mailing list > Cmb-users at computationalmodelbuilder.org > http://public.kitware.com/mailman/listinfo/cmb-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From felipe.bordeu at ec-nantes.fr Tue Jan 20 04:09:03 2015 From: felipe.bordeu at ec-nantes.fr (Felipe Bordeu) Date: Tue, 20 Jan 2015 10:09:03 +0100 Subject: [Cmb-users] New user/developer Message-ID: <54BE1B2F.6010108@ec-nantes.fr> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I (and most of my lab) use ParaView in a daily basis for the post-process. I'm in charge of developing the tools for the pre/post-process (ParaView plug-in/android app/Webview...). I just discovered the CMB and I think it will gives us a very big boost in productivity. It is possible to have the sources for the CMB suite?. I only found the sources for the RGG. I played yesterday but I was unable to understand the logic of the suite (the geometry/model/scene/mesh/groups stuff). I just generated a very simple .sbt file but I was unable to use it in the ModelBuilder. In ours cases we have already the meshes (in .xmf or .msh from gmsh ) and we have to defined all the properties for the calculation (BC, IC, solver properties, output properties, ...). I didn't found any tutorial on the web. Thanks and it look really promising. - -- Felipe Bordeu Weldt Ing?nieur de Recherche - ------------------------------------- T?l. : 33 (0)2 40 37 16 57 Fax. : 33 (0)2 40 74 74 06 Felipe.Bordeu at ec-nantes.fr Institut GeM - UMR CNRS 6183 ?cole Centrale Nantes 1 Rue de La No?, 44321 Nantes, FRANCE - ------------------------------------- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJUvhsnAAoJEE/fMfNgU9/DgIMH/irNfBdsgGVkwVutuqQ6jwdf p0pdlzM0Mas7JfETxrm+dSZAMhezlHV5i+lSGHs0e689pGXUQJHqoQrjdkc2ML+c NLLKQ7mrT26Lrm4umJJ86fTvQkfDeuKDzy6Lp/hW6nXdIEYNAtgQNPa+VUjgDun7 Cq1cboh8ADnY7D9NgBDf6U9/RG/IbbNRCHYizR5KCwDRMIrZ8Mj7ntWU/DKXSd7l UuKCC3pWNEc78WVBMhzqgeEWYAXJnOgCWVvVPl9xblskS+3ITx128EecZGjqWg4R YPwhm7iVkwAg28lt8EYOGiSNhEGSp8314GP2s8jMdBMHCcsNmeo8kHr7liSjceY= =jHPT -----END PGP SIGNATURE----- From andy.bauer at kitware.com Tue Jan 20 13:09:16 2015 From: andy.bauer at kitware.com (Andy Bauer) Date: Tue, 20 Jan 2015 13:09:16 -0500 Subject: [Cmb-users] New user/developer In-Reply-To: <54BE1B2F.6010108@ec-nantes.fr> References: <54BE1B2F.6010108@ec-nantes.fr> Message-ID: Hi Felipe, Thanks for your interest in Computational Model Builder (CMB). We're still in the process of going open source with the code base as well as some other details to make this software sane to use. Rest assured though that the source code will be made available soon. We'll have a webinar in the next month or so (the announcement will be on this list) as well. A sample sbt file is available in the git repo at https://github.com/Kitware/SimBuilderFiles. The sbt file is essentially a configuration of simulation attributes (e.g. things like boundary condition definitions, solver parameters, material properties, etc.) and how to display them in the GUI. That repo also contains a Python exporter to write out the simulation input file. For now, feel free to ping us on the mailing list for any questions that you may have. Regards, Andy On Tue, Jan 20, 2015 at 4:09 AM, Felipe Bordeu wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > I (and most of my lab) use ParaView in a daily basis for the > post-process. I'm in charge of developing the tools for the > pre/post-process (ParaView plug-in/android app/Webview...). I just > discovered the CMB and I think it will gives us a very big boost in > productivity. It is possible to have the sources for the CMB suite?. I > only found the sources for the RGG. > > I played yesterday but I was unable to understand the logic of the suite > (the geometry/model/scene/mesh/groups stuff). I just generated a very > simple .sbt file but I was unable to use it in the ModelBuilder. > > > In ours cases we have already the meshes (in .xmf or .msh from gmsh ) > and we have to defined all the properties for the calculation (BC, IC, > solver properties, output properties, ...). > > I didn't found any tutorial on the web. > > Thanks and it look really promising. > > > - -- > Felipe Bordeu Weldt > Ing?nieur de Recherche > - ------------------------------------- > T?l. : 33 (0)2 40 37 16 57 > Fax. : 33 (0)2 40 74 74 06 > Felipe.Bordeu at ec-nantes.fr > Institut GeM - UMR CNRS 6183 > ?cole Centrale Nantes > 1 Rue de La No?, 44321 Nantes, FRANCE > - ------------------------------------- > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1 > > iQEcBAEBAgAGBQJUvhsnAAoJEE/fMfNgU9/DgIMH/irNfBdsgGVkwVutuqQ6jwdf > p0pdlzM0Mas7JfETxrm+dSZAMhezlHV5i+lSGHs0e689pGXUQJHqoQrjdkc2ML+c > NLLKQ7mrT26Lrm4umJJ86fTvQkfDeuKDzy6Lp/hW6nXdIEYNAtgQNPa+VUjgDun7 > Cq1cboh8ADnY7D9NgBDf6U9/RG/IbbNRCHYizR5KCwDRMIrZ8Mj7ntWU/DKXSd7l > UuKCC3pWNEc78WVBMhzqgeEWYAXJnOgCWVvVPl9xblskS+3ITx128EecZGjqWg4R > YPwhm7iVkwAg28lt8EYOGiSNhEGSp8314GP2s8jMdBMHCcsNmeo8kHr7liSjceY= > =jHPT > -----END PGP SIGNATURE----- > _______________________________________________ > Cmb-users mailing list > Cmb-users at computationalmodelbuilder.org > http://public.kitware.com/mailman/listinfo/cmb-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From yumin.yuan at kitware.com Tue Jan 20 14:31:38 2015 From: yumin.yuan at kitware.com (Yumin Yuan) Date: Tue, 20 Jan 2015 14:31:38 -0500 Subject: [Cmb-users] New user/developer In-Reply-To: References: <54BE1B2F.6010108@ec-nantes.fr> Message-ID: Hi Felipe, I am just adding more info to Andy's response. Please see my inline responses below. On Tue, Jan 20, 2015 at 1:09 PM, Andy Bauer wrote: > Hi Felipe, > > Thanks for your interest in Computational Model Builder (CMB). We're still > in the process of going open source with the code base as well as some > other details to make this software sane to use. Rest assured though that > the source code will be made available soon. We'll have a webinar in the > next month or so (the announcement will be on this list) as well. A sample > sbt file is available in the git repo at > https://github.com/Kitware/SimBuilderFiles. The sbt file is essentially a > configuration of simulation attributes (e.g. things like boundary condition > definitions, solver parameters, material properties, etc.) and how to > display them in the GUI. That repo also contains a Python exporter to write > out the simulation input file. > > For now, feel free to ping us on the mailing list for any questions that > you may have. > > Regards, > Andy > > > > > On Tue, Jan 20, 2015 at 4:09 AM, Felipe Bordeu > wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Hi, >> >> I (and most of my lab) use ParaView in a daily basis for the >> post-process. I'm in charge of developing the tools for the >> pre/post-process (ParaView plug-in/android app/Webview...). I just >> discovered the CMB and I think it will gives us a very big boost in >> productivity. It is possible to have the sources for the CMB suite?. I >> only found the sources for the RGG. >> >> I played yesterday but I was unable to understand the logic of the suite >> (the geometry/model/scene/mesh/groups stuff). I just generated a very >> simple .sbt file but I was unable to use it in the ModelBuilder. >> >> In brief summary, the purpose of each application in the suite and the data flow between applications are as follows (Eventually this will be part of the documentation once we make the source code available to public): * Points Builder, manipulating scatter point data. The output data can be used in Scene Builder as terrain info. * Scene Builder, combining different solids and terrain info for producing geometric shape of the domain, which can then be consumed by Model Builder. * Model Builder, modifying topology of the geometric domain so that SimBuilder can assign appropriate properties to parts of domain boundary. * Sim Builder (as part of Model Builder), managing simulation info (material, BC, etc) and exporting these info for various simulation format. * Mesh Viewer, providing tools to view and manually modify mesh from simulation output. > >> In ours cases we have already the meshes (in .xmf or .msh from gmsh ) >> and we have to defined all the properties for the calculation (BC, IC, >> solver properties, output properties, ...). >> >> In short, you could have a reader plugin (that can be loaded into ModelBuilder) to convert your mesh to a format (such as legacy vtk file), which can then be processed by ModelBuilder. > I didn't found any tutorial on the web. >> >> This blog by Bob Obara, PI of CMB project, will give you an overview for the project: http://www.kitware.com/blog/home/post/784 Best, Yumin > > _______________________________________________ > Cmb-users mailing list > Cmb-users at computationalmodelbuilder.org > http://public.kitware.com/mailman/listinfo/cmb-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: