login about faq

I'm new at trying to use CC3D and I hope someone can help me on the following subject. I'm trying to do some modelling of development and I need to define 2 distinct gradients of chemotaxis ... I know how to do 1, but 2?!? Does anyone have experience on this or can recommend what to do?

asked Jan 04 at 05:38

pcoutinho's gravatar image

pcoutinho
16


Hi Pedro -- I hope this is what you mean? We have several cell types chemotaxing in different gradients in our model, and this is the code we use. Of course, the fields are established separately.

<Plugin Name="Chemotaxis">
  <ChemicalField Source="SteadyStateDiffusionSolver" Name="Mystery">
    <ChemotaxisByType Type="PCancerGFP" Lambda="10000"/>
    <ChemotaxisByType Type="PCancerRFP" Lambda="10000"/>
  </ChemicalField> 
  <ChemicalField Source="SteadyStateDiffusionSolver" Name="VEGF">
    <ChemotaxisByType Type="Endothelial" Lambda="1000"/>
  </ChemicalField>
  <Algorithm>merks</Algorithm>
    <ChemicalField  Source="FlexibleDiffusionSolverFE"  Name="VEGF1">
    <ChemotaxisByType  Type="Endothelial"  Lambda="85" ChemotactTowards="Medium,PCancerGFP,PCancerRFP,QCancerGFP,QCancerRFP" />
  </ChemicalField>
</Plugin>

Happy Development Modeling!

Kim

link

answered Jan 04 at 14:59

kwinner's gravatar image

kwinner
162

edited Jan 04 at 15:20

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×2
×1

Asked: Jan 04 at 05:38

Seen: 85 times

Last updated: Jan 04 at 15:20

powered by OSQA