From: Subhasis R. <ray...@gm...> - 2013-05-08 04:20:03
|
Hi Vadim, /library refers to the moose element "/library" and not some directory in the file system. You need to read the documentation about how model components are organized in GENESIS/MOOSE. The readcell documentation, which also explains the GENESIS prototype file format, is here: http://www.genesis-sim.org/GENESIS/Hyperdoc/Manual-25.html#ss25.131. Additionally you can consult the Book of GENESIS ( http://www.genesis-sim.org/GENESIS/bog/bog.html). The classes and functions may have slightly different names/format in MOOSE, but the basic concepts and functionality are very similar. Hope this helps, Subha On Tue, May 7, 2013 at 11:39 PM, Vadim A <ast...@nc...> wrote: > Hi Subha. > > I am exploring MOOSE with Genesis and see that in README file: > > "…..You can also load GENESIS prototype files. The same loadModel > function can be used for this (but you need to have all the channels > used in the prototype preloaded in /*library*): > > moose.loadModel(prototype_file_path, prototype_model_path)…." > > > > > > But I am not clear what does it mean "...you need to have all the channels > used in the prototype preloaded in /*library*) > > > > I do not see any folder "./library" under MOOSE installation ? > > > Could you please clarify that ? > > > Best regards > > Vadim. > > University of California San Diego. > |