← Back to team overview

dolfin team mailing list archive

Re: [Question #146607]: I am having difficulty starting out with FEniCS

 

Question #146607 on DOLFIN changed:
https://answers.launchpad.net/dolfin/+question/146607

    Status: Open => Answered

Anders Logg proposed the following answer:
On Wed, Feb 23, 2011 at 07:14:42PM -0000, Kyle Williston wrote:
> New question #146607 on DOLFIN:
> https://answers.launchpad.net/dolfin/+question/146607
>
> Hello FEniCS developers,
>
> I have just recently discovered and started to learn about the
> FEniCS project. I have spent the majority of my time reading the
> FEniCS python tutorial pdf which has shown me the capabilities of
> the package. However, my biggest problem now is determining where
> and how to start using the program. I load up the FEniCS command
> shell but do not know where to go from here. There seems to be a gap
> in the tutorial here, although I definitely could be missing
> something!
>
> My goal with the program is to solve fluid-structure interaction
> (FSI) problems (blood flow in the heart). If anyone has any helpful
> hints regarding the path I should take to solve FSI problem it would
> be greatly appreciated.
>
> Thank you for your time

FEniCS is a programming environment so you need to write a program (in
Python or C++) that solves your problem.

If you want to simulate FSI, you could try the FSI code which is
available in the CBC.Solve package. It's currently in development and
we have not yet released a stable version. Download the package from here:

  https://launchpad.net/cbc.solve

Then look inside the directory sandbox/fsi

We expect to polish the code and make a release within a month or so.

--
Anders

-- 
You received this question notification because you are a member of
DOLFIN Team, which is an answer contact for DOLFIN.