search for: adsorpt

Displaying 4 results from an estimated 4 matches for "adsorpt".

Did you mean: adsorp
2008 Oct 15
1
parameter assessment in differential equation
Hi, I'd like to know whether R is capable to assess parameters in a model describing the kinetic of a pollutant adsorption onto activated carbon. A common relation is for instance the Adam-Bohart-Thomas' one: dx/dt = K1 * (qm-x)*C - K2x where {K1,K2} are the unknown paramters and {qm,C} are known parameters Of course I get experimental data sets of measured x as a function of time. If R can help to handl...
2009 Jul 23
1
tweak a bit the legend wiht ggplot2
...o get the graph: pdf("isotherm.pdf",width=7,height=6) #windows(width=7,height=6) ads.graph<-ggplot(Adsorp.DATA,aes(relative.p,ads.vol,shape=type ,color=adsorbent))+ geom_point(size=I(3)) + labs(x=expression(p/p[0]),y=N[2]~adsorbed~volume~(cc/g)) + scale_shape(name="Adsorption\nProcedure" ,solid=F ,breaks=c("A","D") ,labels=c("Adsorp.","Desorp.") ) + scale_colour_hue(name="Adsorbent") + scale_x_continuous(limits=c(0,1),minor_breaks = seq(0,1,0.1)) + scale_y_continuous(limits=c(0,1000)) + opts(pan...
2009 May 13
2
ode first step
Hi all, I try to assess the parameters (K1,K2) of a model that describes the adsorption of a molecule onto on adsorbent. equation: dq/dt = K1*C*(qm-q)-K2*q I know the value of 'qm' and I experimentally measure the variables 'q', 'C', and the time 't'. t C q 1 0 144.05047 0.0000000 2 565 99.71492 0.1105625 3 988...
2009 Dec 11
12
Literature analysis
Dear all, i am new in R. I am writing a review paper about batteries. However, i am interested in analyzing all the papers by keywords, author, references and year. This could be done by "refviz" a software, which is only running on windows machines and which is not free. So my question to you is, is it somehow possible to write a script that can do all of this work? And if yes, with