Scilab Home Page | Wiki | Bug Tracker | Forge | Mailing List Archives | Scilab Online Help | File Exchange
ATOMS : Coselica details
Login with GitLab

Coselica

Standard Open Modelica Blocks
(36887 downloads for this version - 184605 downloads for all versions)
Details
Version
0.6.6
A more recent valid version exists: 2024.0.0-1
Author
Dirk REUSCH, Bruno JOFRET
Owner Organization
ESI Group
Maintainer
Paul BIGNIER
Categories
License
Creation Date
March 20, 2018
Source created on
Scilab 6.0.x
Binaries available on
Scilab 6.0.x:
Windows 64-bit Windows 32-bit Linux 64-bit Linux 32-bit macOS
Install command
--> atomsInstall("coselica")
Description
            Coselica Toolbox provides about 200 basic Xcos Modelica blocks for
modeling and simulation of electrical (analog), mechanical (1D-translational,
1D-rotational, and 2D-planar) and thermodynamical (0/1D-heattransfer) systems.
Almost all of these blocks have been derived from the Modelica
Standard Library 2.2.
            
Files (2)
[6.92 MB]
Source code archive

[8.86 MB]
OS-independent binary for Scilab 6.0.x

News (0)
Comments (4)     Leave a comment 
Comment from Hermes Rozsa -- February 5, 2020, 01:20:14 PM    


I can't install coselica-0.6.6. Neither from the site nor from the PC.
These are the alerts that the console gives me:

atomsInstall("C:\Users\hermesr\Documents\SCILAN XCOS NEW\coselica_0.6.6a.zip")
Scanning repository http://atoms.scilab.org/6.0
... Done

operation +: Warning adding a matrix with the empty matrix will give an empty matrix resul
result.
operation +: Warning adding a matrix with the empty matrix will give an empty matrix resu
result.
operation +: Warning adding a matrix with the empty matrix will give an empty matrix res
result.
operation +: Warning adding a matrix with the empty matrix will give an empty matrix re
result.
operation +: Warning adding a matrix with the empty matrix will give an empty matrix r
result.
at line    24 of function unix_g       ( C:\Users\hermesr\AppData\Local\scilab-6.0.2\
\modules\io\macros\unix_g.sci line 39 )
at line   331 of function atomsInstall ( C:\Users\hermesr\AppData\Local\scilab-6.0.2
\modules\atoms\macros\atomsInstall.sci line 347 )

unix_g: Wrong type for input argument #1: String expected.
Comment from ERIC PINATEL -- February 6, 2021, 07:19:49 PM    
Bonjour,
j'ai remarqué que le bloc : "CEAS_PowerSensor" ne fonctionnait pas.
Il impose un courant nul :
        equation
          pv.i = 0;
          nv.i = 0;
          pc.v = nc.v;
          pc.i =  -nc.i;
          power.signal = (pv.v - nv.v) * pc.i;
        end PowerSensor;

en le changeant comme ceci dans coselica.mo il fonctionne correctement :

        equation
          pv.i = -nv.i;
          pc.v = nc.v;
		  pv.v = nv.v;
          pc.i = -nc.i;
          power.signal = (pv.v - pc.v) * pc.i;
        end PowerSensor;

Cordialement
Comment from Marcio Pimenta -- May 1, 2022, 03:25:38 PM    
Hello to all.

I've installed Coselica 0.6.6 along with Scilab 6.1. At Scilab start up this error message
appears:

Start COSELIC module
load macros
atomsLoad: An error occurred while loading 'coselica-0.6.6':
exec: error on line #20: "lib:
/home/mpepper/.Scilab/scilab-branch-master/atoms/coselica/0.6.6/macros/Utils/ is not a
valid lib path."
atomsLoad: An error occurred while loading 'SIMM-0.6.2':
exec: error on line #172: "Undefined variable: cos_utils_lib"


The point is that the path that is supposed to be invalid exists, it is correct.

The "error on line #20" is related with coselica.start file, that is found on:

/home/mpepper/.Scilab/scilab-branch-master/atoms/coselica/0.6.6/etc/coselica.start

Could someone help to solve this issue, and install coselica, please?
Leave a comment
You must register and log in before leaving a comment.
Login with GitLab
Email notifications
Send me email when this toolbox has changes, new files or a new release.
You must register and log in before setting up notifications.