This question has two main aspects actually. Right at the beginning, I have to admit that I am totally new to physical modeling and would be glad to be corrected as well, not only be answered. For those who find it too long to read, I can give a brief summary:
1) Simulink vs Modelica
2) Simscape vs Modelica
1) The first one is the comparison of modeling approaches. Conventionally, there are different names for the two main approaches I want to compare:
# Signal flow approach / block-based modeling / causal modeling ...: The typical models in Simulink. There are boxes with inputs and outputs and transfer functions in between.
vs
# Network Approach / component-based modeling / acausal(noncausal) modeling... : There are physical ports instead of signal I/O and the flow entities(current, heat etc) can flow in both directions.
In this comparison, I have read some opinions in the web and searched for some papers. It comes down to the comparison of Modelica based development environments and Simulink (for example), as far as I get. Disadvantages and advantages of these two are more clear to me than the other point I want to ask.
2) After reading much on the first comparison, it was more preferable for me to go with component-based modeling. However, Modelica isn't the only option here. There is also Simscape, using which you can combine physical ports (as in Modelica) with block-based modeling of Simulink.
I would like to know the advantages and disadvantages of this Simscape vs Modelica comparison. To avoid misunderstanding, I need to underline that Modelica is a language. Therefore, it would be more meaningful to compare any Modelica environment with Simscape, let's say, OpenModelica vs Simscape
For this comparison, a clash point can be FMI Import/Export ability.
Functional Mock-Up Interface is a very promising solution for model transfer and sharing between different modeling environments. Extracted functional mock-up units (FMUs) can be imported into another environment or can be numerically simulated using third party tools.
Most of the Modelica platforms offer adequate FMI Import/Export functionality. I can, at least, say for OpenModelica, JModelica.org and MapleSim. For further information of availability, please see here.
How supportive is Matlab/Simulink? They are said to offer this availability but there is no official package one can download from MathWorks. There are third party packages like FMI Toolbox and FMI Target for Simulink Coder but they seem to be commercial. I tried demo version of Modelon's package, FMI Toolbox, but using demo version one can only work on models given with the demo version.
There is actually another official FMI package for Simulink according to this link. I reached and asked them if I can have a look and try it for a research project (no lie, it was a research project). The tool can only be acquired by emailing with the team mentioned in the link and there is only the function of FMI Import (no Export). Simulink being a commercial tool doesn't want to let models flee to the other environments. Important note, as can be seen in the comments, this package can now be found in the offical release of Simulink R2017b which was released on 20.09.2017.
In general, Modelica platforms are much more supportive for FMI which can solve a great deal of problem in the future. Although I should explicitly say that I haven't had great experiences using FMI for solving my models so far. It is sometimes extremely slow and there are discrepancies between the results of OpenModelica and the solution using FMU extracted from the same model. The solver options are limited for Model Exchange. As for the Co-Simulation, maybe I did something wrong. However, it is a very promising tool requiring improvements, in my humble opinion.
A study on the problems FMI standard used to have in 2012 can be found here. Following release of FMI 2.0, most of these problems are said to be solved. I thank here Christian Bertsch for correcting me on the possibly misdirecting information I posted. In general, FMI is a great tool becoming much more important in the industry. Its advantages and the tools supporting FMI can be found in its website.