CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums

Search Results

Register Blogs Community New Posts Updated Threads Search

Showing results 1 to 7 of 7
Search took 0.00 seconds.
Search: Posts Made By: semaviso
Forum: OpenFOAM October 26, 2011, 05:24
Replies: 19
Views: 8,675
Posted By semaviso
thank you Nima let me try it

thank you Nima

let me try it
Forum: OpenFOAM October 26, 2011, 04:58
Replies: 19
Views: 8,675
Posted By semaviso
Dear Nima equation 9 calculates the reaction...

Dear Nima

equation 9 calculates the reaction rate (Sm) which I also need to for equation 1 and 6 and need to track how fast does the source term (mAdsorbed) changes.

mAbsorbed = max(Sm) -...
Forum: OpenFOAM October 25, 2011, 18:34
Replies: 19
Views: 8,675
Posted By semaviso
hello nima rhoS is the variable to be solved...

hello nima

rhoS is the variable to be solved in my first post.


forAll(mAbsorbed, celli)
{
if(mAbsorbed[celli] <= rhoSs.value())
{
solve(fvm::ddt(1.0-epsVoid,rhoS) == mAbsorbed[celli]);
Forum: OpenFOAM October 25, 2011, 10:37
Replies: 19
Views: 8,675
Posted By semaviso
http://ywang.eng.uci.edu/Publications_files/Three-...

http://ywang.eng.uci.edu/Publications_files/Three-dimensional%20modeling%20of%20hydrogen%20sorption%20in%20metal%20hydride%20hydrogen%20storage%20beds.pdf

from the article above. i am trying to...
Forum: OpenFOAM October 25, 2011, 10:00
Replies: 19
Views: 8,675
Posted By semaviso
hi nimasam Thanks, I tried it and I get: ...

hi nimasam

Thanks, I tried it and I get:

error: 'deltatime' was not declared in this scope.

and i tried deltaTime and i get same error.

how do i declare deltatime?
Forum: OpenFOAM October 25, 2011, 08:10
Replies: 19
Views: 8,675
Posted By semaviso
error: no match for 'operator=='

Hi guys

I am trying solve the following:

forAll(mAbsorbed, celli)
{
if(mAbsorbed[celli] <= rhoSs.value())
{
solve(fvm::ddt(1.0-epsVoid,rhoS) == mAbsorbed[celli]);
}
Forum: OpenFOAM October 25, 2011, 06:46
Replies: 19
Views: 8,675
Posted By semaviso
Thumbs up thanx guys, this helped. i had the same error.

thanx guys, this helped. i had the same error.
Showing results 1 to 7 of 7

 
Forum Jump

All times are GMT -4. The time now is 12:58.